summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-01-20 08:45:22 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2015-01-20 08:45:22 +0000
commita954e3df460caa433b7858fbbd14671eacbfc168 (patch)
treee2f3340f3bc98609f6f139c5d53985b03cf92919
parentcc31571878894dd5f5af83722ca0c2a24621300c (diff)
downloadperl-a954e3df460caa433b7858fbbd14671eacbfc168.tar.gz
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.
-rw-r--r--t/porting/cmp_version.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/porting/cmp_version.t b/t/porting/cmp_version.t
index f32105bfed..55b4003529 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";