Skip Menu |

This queue is for tickets about the Sub-Call-Tail CPAN distribution.

Report information
The Basics
Id: 77454
Status: resolved
Priority: 0/
Queue: Sub-Call-Tail

People
Owner: Nobody in particular
Requestors: zefram [...] fysh.org
Cc:
AdminCc:

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



Subject: qw as parens
Date: Sat, 26 May 2012 22:06:18 +0100
To: bug-Sub-Call-Tail [...] rt.cpan.org
From: Zefram <zefram [...] fysh.org>
On 5.17.0: CPAN.pm: Building N/NU/NUFFIN/Sub-Call-Tail-0.04.tar.gz syntax error at Makefile.PL line 17, near "$mod qw(B::Hooks::OP::Check::EntersubForCV)" Global symbol "$mod" requires explicit package name at Makefile.PL line 18. Global symbol "$mod" requires explicit package name at Makefile.PL line 19. Global symbol "$mod" requires explicit package name at Makefile.PL line 20. syntax error at Makefile.PL line 21, near "}" Execution of Makefile.PL aborted due to compilation errors. On 5.14 to 5.16 you get a warning: Use of qw(...) as parentheses is deprecated at Makefile.PL line 17. You need to add some parens to that line. -zefram