Subject: | lib/Makefile may cause problems |
By default everything under lib will be installed, so will also
lib/Makefile and lib/Gift.yp. I guess these two should not be installed.
Worse, the lib/Makefile may intefere with other CPAN modules in the
Makefile::* namespace.
Probably it's best the PM key in Makefile.PL to specify what to install,
i.e.
WriteMakefile(...,
PM => { 'lib/Gift.pm' => '$(INST_LIBDIR)/Gift.pm' },
...);
Regards,
Slaven