Subject: | Undeclared dependency on Text::CSV |
As per subject.
Text::CSV is used in lib/Arff/Util.pm and even declared in META.yml but
not declared in Makefile.PL. The declaration in Makefile.PL is reuired
because the meta yaml spec specifies that prerequisite-declarations are
not authoritative unless dynamic_config is set to 0.
So please declare your prerequisites in your Makefile.PL, it makes
authomated testing and installing and the building of packages much easier.
Thanks,