summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2013-06-25 23:31:34 -0700
committerFather Chrysostomos <sprout@cpan.org>2013-06-25 23:31:34 -0700
commitbe5bca002b09fb86a9fe2b09a64d3f3f050e465c (patch)
treed4cde411289d6f9e5b5568e7b54995e2b3e49b47
parent88da3e79b8c079c72cc77abead72ca52b64617bc (diff)
downloadperl-if-0.0603.tar.gz
Increase $if::VERSION to 0.0603if-0.0603
-rw-r--r--dist/if/if.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/if/if.pm b/dist/if/if.pm
index 376f26ba31..511b8a5b7c 100644
--- a/dist/if/if.pm
+++ b/dist/if/if.pm
@@ -1,6 +1,6 @@
package if;
-$VERSION = '0.0602';
+$VERSION = '0.0603';
sub work {
my $method = shift() ? 'import' : 'unimport';