Skip Menu |

This queue is for tickets about the Module-ScanDeps CPAN distribution.

Report information
The Basics
Id: 117887
Status: resolved
Priority: 0/
Queue: Module-ScanDeps

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

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



Subject: Not parsing new release of Net::DNS::Resolver
Hello, Maybe it's not a bug, just a limitation. The current release of Net::DNS::Resolver.pm (v1.06) starts with a BEGIN block that cannot be parsed by ScanDeps It's like follows: use vars qw(@ISA); BEGIN { for ( $^O, 'UNIX' ) { my $class = join '::', __PACKAGE__, $_; return @ISA = ($class) if eval "require $class;"; } die 'failed to load platform specific resolver component'; } Cheers, Peco
On 2016-09-16 05:20:19, PECO wrote: Show quoted text
> Maybe it's not a bug, just a limitation.
Yeah, we need a %Preload rule for that. Fixed in 1.22, just released. Cheers, Roderich
Fixed in 1.22