Skip to content

Commit ab4f908

Browse files
committed
CPAN::Changes 0.500005 fixes version::is_lax issue
1 parent 065466e commit ab4f908

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Makefile.PL

-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ my %WriteMakefile = (
6464
'Test::More' => '1',
6565
'Test::Builder::Tester' => '1.04',
6666
'Test::Builder' => '1.001006',
67-
'version' => '0.86',
6867
},
6968

7069
'PREREQ_PM' => {

xt/changes.t

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
use Test::More;
2-
eval 'use Test::CPAN::Changes';
3-
plan skip_all => 'Test::CPAN::Changes required for this test' if $@;
2+
eval 'use Test::CPAN::Changes 0.500005';
3+
plan skip_all => 'Test::CPAN::Changes 0.500005 required for this test' if $@;
44
changes_ok();

0 commit comments

Comments
 (0)