Mon Jan 12 23:53:16 2015HEYTITLE [...] cpan.org - Ticket created
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?
Tue Jan 13 00:01:51 2015The RT System itself - Status changed from 'new' to 'open'
Tue Jan 13 00:05:27 2015HEYTITLE [...] cpan.org - Correspondence added
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. :(
Wed Feb 01 08:07:03 2017perl [...] toby.ink - Correspondence added
Makefile.PL includes:
$meta->{prereqs}{runtime}{requires}{'PadWalker'} = 0 if $] >= 5.009;
Wed Feb 01 08:07:03 2017perl [...] toby.ink - Status changed from 'open' to 'rejected'