Subject: | Undeclared dependency on File::Slurp |
Many of the failing cpantesters reports complain about
Undefined subroutine &File::Slurp::read_dir called at t/03.cldr_db.t
line 21.
I wish File::Slurp were declared a prerequisite then we could probably
tell more about version dependencies. As it stands therer is some bug in
the way the test tries to skip the parts that rely on File::Slurp. I bet
it is easier to remove the skip and introduce a dependency. Sure, people
will then complain about not needed dependencies but you can point them
to the red matrix you got when you tried to avoid the dependency:
http://matrix.cpantesters.org/?dist=Locales-0.11
HTH, Thanks, Regards:)