@@ -, +, @@ -- without patch you can't see Data::Printer listed -- with patch you'll see it --- C4/Installer/PerlDependencies.pm | 5 +++++ 1 file changed, 5 insertions(+) --- a/C4/Installer/PerlDependencies.pm +++ a/C4/Installer/PerlDependencies.pm @@ -862,6 +862,11 @@ our $PERL_DEPS = { 'required' => '0', 'min_ver' => '0.07', }, + 'Data::Printer' => { + usage => 'Core', + required => 1, + min_ver => '0.35', + }, }; 1; --