Subject: | Wrong prerequisite specification for Class::DBIx |
Class::DBIx module prerequisite should be specified as module name, not
a package name. So 'Class-DBIx' must be changed to 'Class::DBIx' in
Build.PL, META.yml and Makefile.PL, otherwise module cannot be built
without warning messages, and using PPM with this module is impossible.
--
Serguei Trouchelle