In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/a954e3df460caa433b7858fbbd14671eacbfc168?hp=cc31571878894dd5f5af83722ca0c2a24621300c>

- Log -----------------------------------------------------------------
commit a954e3df460caa433b7858fbbd14671eacbfc168
Author: Steve Hay <[email protected]>
Date:   Tue Jan 20 08:45:22 2015 +0000

    Enable cmpVERSION.pl checking of upstream cpan as well as upstream blead
    
    There is no reason why upstream cpan modules should not also have their
    $VERSIONs bumped if they differ from the previous release. Even if they
    are temporarily locally patched for blead, that temporary patch should
    include a $VERSION bump.
-----------------------------------------------------------------------

Summary of changes:
 t/porting/cmp_version.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/porting/cmp_version.t b/t/porting/cmp_version.t
index f32105b..55b4003 100644
--- a/t/porting/cmp_version.t
+++ b/t/porting/cmp_version.t
@@ -20,4 +20,4 @@ require 't/test.pl';
 my $source = find_git_or_skip('all');
 chdir $source or die "Can't chdir to $source: $!";
 
-system "$^X Porting/cmpVERSION.pl --exclude --tap";
+system "$^X Porting/cmpVERSION.pl --tap";

--
Perl5 Master Repository

Reply via email to