Skip to content

Commit 60b6a3d

Browse files
committed
CPAN::Changes 0.500005 fixes version::is_lax issue
1 parent 3a95b58 commit 60b6a3d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Makefile.PL

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ my %WriteMakefile = (
122122
'Test::More' => '1',
123123
'Test::Pod' => '0',
124124
'Test::Warnings' => '0',
125-
'version' => '0.86',
126125
},
127126

128127
'PREREQ_PM' => {

xt/changes.t

Lines changed: 2 additions & 2 deletions
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)