Subject: | dependencies: declare Test::More, Test::Script as test_requires |
From Makefile.PL:
--
Olivier Mengué - http://perlresume.org/DOLMEN - https://gratipay.com/dolmen/
'PREREQ_PM' => {
'Exporter' => 0,
'Getopt::Std' => 0,
'File::Spec' => '0.60',
'Test::More' => '0.80',
'Test::Script' => '1.05',
},
This implies that Test::More and Test::Script are required at runtime.
The Makefile.PL should be upgraded to have more granular dependencies and declare Test::More and Test::Script dependencies only for the test phase.
This implies that Test::More and Test::Script are required at runtime.
The Makefile.PL should be upgraded to have more granular dependencies and declare Test::More and Test::Script dependencies only for the test phase.
--
Olivier Mengué - http://perlresume.org/DOLMEN - https://gratipay.com/dolmen/