We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 065466e commit ab4f908Copy full SHA for ab4f908
Makefile.PL
@@ -64,7 +64,6 @@ my %WriteMakefile = (
64
'Test::More' => '1',
65
'Test::Builder::Tester' => '1.04',
66
'Test::Builder' => '1.001006',
67
- 'version' => '0.86',
68
},
69
70
'PREREQ_PM' => {
xt/changes.t
@@ -1,4 +1,4 @@
1
use Test::More;
2
-eval 'use Test::CPAN::Changes';
3
-plan skip_all => 'Test::CPAN::Changes required for this test' if $@;
+eval 'use Test::CPAN::Changes 0.500005';
+plan skip_all => 'Test::CPAN::Changes 0.500005 required for this test' if $@;
4
changes_ok();
0 commit comments