diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-11-22 14:51:46 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-11-22 16:27:17 -0800 |
commit | e3ec0a15dbdf8b555fb77b085eadf4ff9fba04a6 (patch) | |
tree | 3dea3ff10ad89d74104b1caa7634cf46a35eadf2 /dist/if | |
parent | 9404893f24257746efaa6b119c8f9a9960a99a6f (diff) | |
download | perl-e3ec0a15dbdf8b555fb77b085eadf4ff9fba04a6.tar.gz |
Version bumpsif-0.0602
Diffstat (limited to 'dist/if')
-rw-r--r-- | dist/if/if.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/if/if.pm b/dist/if/if.pm index c04ac6bd8f..1fb5f3deb4 100644 --- a/dist/if/if.pm +++ b/dist/if/if.pm @@ -1,6 +1,6 @@ package if; -$VERSION = '0.0601'; +$VERSION = '0.0602'; sub work { my $method = shift() ? 'import' : 'unimport'; |