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 | |
parent | 1a07a0bfd1e145fa7806f33662d565eba06ba4ee (diff) | |
download | perl-81495e8f23bf1036f3b2867f5e430a10815d7279.tar.gz |
Update if to CPAN version 0.06
[DELTA]
Change to the documented email address
-rwxr-xr-x | Porting/Maintainers.pl | 2 | ||||
-rw-r--r-- | dist/if/if.pm | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 46171f3297..de6d64b55b 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -728,7 +728,7 @@ use File::Glob qw(:case); 'if' => { 'MAINTAINER' => 'ilyaz', - 'DISTRIBUTION' => 'ILYAZ/modules/if-0.0401.tar.gz', + 'DISTRIBUTION' => 'ILYAZ/modules/if-0.06.tar.gz', 'FILES' => q[dist/if], 'UPSTREAM' => 'blead', }, 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 |