In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/1c22e001de34716a7d63048b1a31c18df96011b5?hp=15824458089afc31a696bfb25c20085bfe548c8a>

- Log -----------------------------------------------------------------
commit 1c22e001de34716a7d63048b1a31c18df96011b5
Author: Chris 'BinGOs' Williams <[email protected]>
Date:   Wed Jan 16 20:38:54 2013 +0000

    Update Test to CPAN version 1.26
    
      [DELTA]
    
      1.26    2013-01-16  Jesse R Vincent <[email protected]>
        * Bump version to a stable number. No functional changes
-----------------------------------------------------------------------

Summary of changes:
 Porting/Maintainers.pl |    2 +-
 cpan/Test/lib/Test.pm  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 2d0f8fa..25f7c8c 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -1727,7 +1727,7 @@ use File::Glob qw(:case);
 
     'Test' => {
         'MAINTAINER'   => 'jesse',
-        'DISTRIBUTION' => 'JESSE/Test-1.25_02.tar.gz',
+        'DISTRIBUTION' => 'JESSE/Test-1.26.tar.gz',
         'FILES'        => q[cpan/Test],
         'UPSTREAM'     => 'cpan',
     },
diff --git a/cpan/Test/lib/Test.pm b/cpan/Test/lib/Test.pm
index 6ab54ab..108bc10 100644
--- a/cpan/Test/lib/Test.pm
+++ b/cpan/Test/lib/Test.pm
@@ -20,7 +20,7 @@ sub _reset_globals {
     $planned    = 0;
 }
 
-$VERSION = '1.25_02';
+$VERSION = '1.26';
 require Exporter;
 @ISA=('Exporter');
 

--
Perl5 Master Repository

Reply via email to