Skip Menu |

This queue is for tickets about the WWW-Blog-Metadata CPAN distribution.

Report information
The Basics
Id: 76434
Status: open
Priority: 0/
Queue: WWW-Blog-Metadata

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

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



Subject: Bareword in Makefile.PL
Makefile.PL execution with bleadperl (perl 5.15.5 and newer) fails with this error: Bareword "use_test_base" not allowed while "strict subs" in use at Makefile.PL line 12. Regards, Slaven
On Mon Apr 09 06:03:32 2012, SREZIC wrote: Show quoted text
> Makefile.PL execution with bleadperl (perl 5.15.5 and newer) fails with > this error: > > Bareword "use_test_base" not allowed while "strict subs" in use at > Makefile.PL line 12.
See <https://rt.cpan.org/Ticket/Dis play.html?id=76035>.
On Mon Apr 09 06:03:32 2012, SREZIC wrote: Show quoted text
> Makefile.PL execution with bleadperl (perl 5.15.5 and newer) fails with > this error: > > Bareword "use_test_base" not allowed while "strict subs" in use at > Makefile.PL line 12.
Of course, the simplest way to make this work exactly the way it did is to put braces around use inc::Module::Install: {use inc::Module::Install;} But that just hides the real problem. Maybe you should just delete the ‘use_test_base’ line, since it is not actually doing anything.