We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a95b58 commit 60b6a3dCopy full SHA for 60b6a3d
Makefile.PL
@@ -122,7 +122,6 @@ my %WriteMakefile = (
122
'Test::More' => '1',
123
'Test::Pod' => '0',
124
'Test::Warnings' => '0',
125
- 'version' => '0.86',
126
},
127
128
'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