Skip Menu |

This queue is for tickets about the App-SD CPAN distribution.

Report information
The Basics
Id: 65668
Status: resolved
Priority: 0/
Queue: App-SD

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

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



Subject: Bareword "extra_tests" not allowed while...
This is what I see when running perl Makefile.PL: Bareword "extra_tests" not allowed while "strict subs" in use at Makefile.PL line 77. Execution of Makefile.PL aborted due to compilation errors. I've tried with several perls and some succeed and some don't. I have tried to remove extra_tests and to remove the pesky and useless auto_install. I got then Unknown function is found at Makefile.PL line 4. Execution of Makefile.PL aborted due to runtime errors. After removing copyright(...) in line 4 it worked. Certainly a Module::Install issue and I suspect that simply your included inc/Module/Install.pm is too old. Yours is 0.91 while on CPAN I see plenty of more recent versions. HTH,
On Sat Feb 12 01:00:40 2011, ANDK wrote: Show quoted text
> This is what I see when running perl Makefile.PL: > > Bareword "extra_tests" not allowed while "strict subs" in use at > Makefile.PL line 77. > Execution of Makefile.PL aborted due to compilation errors. > > > I've tried with several perls and some succeed and some don't. I have > tried to remove extra_tests and to remove the pesky and useless > auto_install. > > I got then > > Unknown function is found at Makefile.PL line 4. > Execution of Makefile.PL aborted due to runtime errors. > > > After removing copyright(...) in line 4 it worked. > > > Certainly a Module::Install issue and I suspect that simply your > included inc/Module/Install.pm is too old. Yours is 0.91 while on CPAN
I Show quoted text
> see plenty of more recent versions. > > HTH,
Hi! This is fixed in current git and will be released with 0.75. (release eta: today) Thanks for pointing out the bug and reminding me that we need to release. cheers, Christine