Skip Menu |

This queue is for tickets about the lexical-underscore CPAN distribution.

Report information
The Basics
Id: 101510
Status: rejected
Priority: 0/
Queue: lexical-underscore

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

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



Subject: Missing Dependency
I use Perl 5.10.0, when I install lexical::underscore, it's failed because PadWalker is missing. Should the module include *PadWalker* in the dependency list as well?
On Mon Jan 12 23:53:16 2015, HEYTITLE wrote: Show quoted text
> I use Perl 5.10.0, when I install lexical::underscore, it's failed > because PadWalker is missing. > > Should the module include *PadWalker* in the dependency list as well?
Sorry, I'm totally wrong. According to the tests, they should be skipped on Perl >= 5.010, but actually they're not. :(
Makefile.PL includes: $meta->{prereqs}{runtime}{requires}{'PadWalker'} = 0 if $] >= 5.009;