Skip to content

Commit 6f84403

Browse files
committed
Update dependencies
1 parent 5acf7ab commit 6f84403

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile.PL

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ WriteMakefile(
5050
'ABSTRACT_FROM' => 'lib/JSON.pm', # retrieve abstract from module
5151
'AUTHOR' => 'Makamaka Hannyaharamitu, E<lt>makamaka[at]cpan.orgE<gt>',
5252
'PREREQ_PM' => {
53-
'Test::More' => 0,
53+
'Test::More' => 0.88,
54+
'Scalar::Util' => '1.08'
5455
},
5556
( $ExtUtils::MakeMaker::VERSION >= 6.3002 ? ('LICENSE' => 'perl', ) : () ),
5657

0 commit comments

Comments
 (0)