Subject: | Class-AutoClass-0.091/Makefile.PL: incorrect PREREQ_PM |
in Class-AutoClass-0.091/Makefile.PL the syntax of PREREQ_PM seems wrong:
it should be, if only the existence of modules should get checked
'PREREQ_PM' => { Storable => '0',
IO::Scalar => '0',
Test::More => '0'
}
at least cpan2rpm needs this