Skip to content

Commit a954e3d

Browse files
committed
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.
1 parent cc31571 commit a954e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/porting/cmp_version.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ require 't/test.pl';
2020
my $source = find_git_or_skip('all');
2121
chdir $source or die "Can't chdir to $source: $!";
2222

23-
system "$^X Porting/cmpVERSION.pl --exclude --tap";
23+
system "$^X Porting/cmpVERSION.pl --tap";

0 commit comments

Comments
 (0)