In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/81495e8f23bf1036f3b2867f5e430a10815d7279?hp=1a07a0bfd1e145fa7806f33662d565eba06ba4ee>

- Log -----------------------------------------------------------------
commit 81495e8f23bf1036f3b2867f5e430a10815d7279
Author: Chris 'BinGOs' Williams <[email protected]>
Date:   Sat Sep 25 23:59:08 2010 +0100

    Update if to CPAN version 0.06
    
      [DELTA]
    
      Change to the documented email address
-----------------------------------------------------------------------

Summary of changes:
 Porting/Maintainers.pl |    2 +-
 dist/if/if.pm          |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 46171f3..de6d64b 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 5f6bcc8..6e226f0 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:[email protected]>.
+Ilya Zakharevich L<mailto:[email protected]>.
 
 =cut
 

--
Perl5 Master Repository

Reply via email to