We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5acf7ab commit 6f84403Copy full SHA for 6f84403
1 file changed
Makefile.PL
@@ -50,7 +50,8 @@ WriteMakefile(
50
'ABSTRACT_FROM' => 'lib/JSON.pm', # retrieve abstract from module
51
'AUTHOR' => 'Makamaka Hannyaharamitu, E<lt>makamaka[at]cpan.orgE<gt>',
52
'PREREQ_PM' => {
53
- 'Test::More' => 0,
+ 'Test::More' => 0.88,
54
+ 'Scalar::Util' => '1.08'
55
},
56
( $ExtUtils::MakeMaker::VERSION >= 6.3002 ? ('LICENSE' => 'perl', ) : () ),
57
0 commit comments