diff options
Diffstat (limited to 'dist/if/if.pm')
-rw-r--r-- | dist/if/if.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/if/if.pm b/dist/if/if.pm index 5f6bcc8ae1..6e226f0d3a 100644 --- a/dist/if/if.pm +++ b/dist/if/if.pm @@ -1,6 +1,6 @@ package if; -$VERSION = '0.05'; +$VERSION = '0.06'; sub work { my $method = shift() ? 'import' : 'unimport'; @@ -50,7 +50,7 @@ required version of the module. =head1 AUTHOR -Ilya Zakharevich L<mailto:perl-module-if@ilyaz.org>. +Ilya Zakharevich L<mailto:ilyaz@cpan.org>. =cut |