Skip Menu |

This queue is for tickets about the Gift CPAN distribution.

Report information
The Basics
Id: 35592
Status: resolved
Priority: 0/
Queue: Gift

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.6
Fixed in: (no value)



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