Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Class-Constant CPAN distribution.

Report information
The Basics
Id: 115995
Status: resolved
Priority: 0/
Queue: Class-Constant

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

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



Subject: Fails with 'perl Makefile.PL'
The package comes with both a Makefile.PL and a Build.PL and with a Makefile. If I choose Build.PL, all is well, but with Makefile.PL I get: % /home/sand/src/perl/repoperls/installed-perls/perl/v5.25.2/13e0/bin/perl Makefile.PL # running Build.PL Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Class-Constant' version '0.06' Cannot write Makefile: Permission denied at /home/sand/src/perl/repoperls/installed-perls/perl/v5.25.2/13e0/lib/site_perl/5.25.2/Module/Build/Compat.pm line 435. HTH&&Thanks,
On 2016-07-08 18:45:19, ANDK wrote: Show quoted text
> The package comes with both a Makefile.PL and a Build.PL and with a > Makefile. If I choose Build.PL, all is well, but with Makefile.PL I > get: > > % /home/sand/src/perl/repoperls/installed- > perls/perl/v5.25.2/13e0/bin/perl Makefile.PL > # running Build.PL > Created MYMETA.yml and MYMETA.json > Creating new 'Build' script for 'Class-Constant' version '0.06' > Cannot write Makefile: Permission denied at > /home/sand/src/perl/repoperls/installed- > perls/perl/v5.25.2/13e0/lib/site_perl/5.25.2/Module/Build/Compat.pm > line 435.
For the love of kittens, please stop using Module::Build::Compat. If a compatible Makefile.PL is possible, simply drop Module::Build and use ExtUtils::MakeMaker.
No big deal; just an ancient package. Just uploaded 0.07 with sane packaging.