Skip Menu |

This queue is for tickets about the CPANPLUS-Dist-Fedora CPAN distribution.

Report information
The Basics
Id: 108676
Status: resolved
Priority: 0/
Queue: CPANPLUS-Dist-Fedora

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

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



Subject: Build.PL, Makefile.PL issues
- there is a Makefile.PL that uses Module::Build::Compat, which is the worst part of Module::Build. If ExtUtils::MakeMaker can be used to build this distribution, it is preferred if a proper Makefile.PL is used in the first place and Build.PL is dropped entirely. - Build.PL specifies Test::More as a build prerequisite, when it should be a test prerequisite. The Makefile.PL doesn't even do that - it puts everything into PREREQ_PM!
Hi Karen, On Tue Nov 10 13:06:53 2015, ETHER wrote: Show quoted text
> - there is a Makefile.PL that uses Module::Build::Compat, which is the > worst part of Module::Build. If ExtUtils::MakeMaker can be used to > build this distribution, it is preferred if a proper Makefile.PL is > used in the first place and Build.PL is dropped entirely. > - Build.PL specifies Test::More as a build prerequisite, when it > should be a test prerequisite. The Makefile.PL doesn't even do that - > it puts everything into PREREQ_PM!
I dropped the Makefile.PL and cleaned up the Build.PL in version 0.0.8. Thanks for the report. Regards, -- Shlomi Fish.
On 2015-11-11 23:59:02, SHLOMIF wrote: Show quoted text
> Hi Karen, > > On Tue Nov 10 13:06:53 2015, ETHER wrote:
> > - there is a Makefile.PL that uses Module::Build::Compat, which is > > the > > worst part of Module::Build. If ExtUtils::MakeMaker can be used to > > build this distribution, it is preferred if a proper Makefile.PL is > > used in the first place and Build.PL is dropped entirely. > > - Build.PL specifies Test::More as a build prerequisite, when it > > should be a test prerequisite. The Makefile.PL doesn't even do that > > - > > it puts everything into PREREQ_PM!
> > I dropped the Makefile.PL and cleaned up the Build.PL in version > 0.0.8. Thanks for the report.
Okay, but couldn't you have kept the Makefile.PL instead? :)