diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-09-25 23:59:08 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-09-25 23:59:08 +0100 |
commit | 81495e8f23bf1036f3b2867f5e430a10815d7279 (patch) | |
tree | d3b7d29dc1c8355d52058dd2a830d0c619a05bb6 /dist/if | |
parent | 1a07a0bfd1e145fa7806f33662d565eba06ba4ee (diff) | |
download | perl-81495e8f23bf1036f3b2867f5e430a10815d7279.tar.gz |
Update if to CPAN version 0.06
[DELTA]
Change to the documented email address
Diffstat (limited to 'dist/if')
-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 |