[rt.cpan.org #117887] Not parsing new release of Net::DNS::Resolver

"Juan Jose San Martin via RT" <[email protected]>
Newsgroups gmane.comp.lang.perl.par
Message-ID <[email protected]>
Fri Sep 16 05:20:19 2016: Request 117887 was acted upon.
Transaction: Ticket created by PECO
       Queue: Module-ScanDeps
     Subject: Not parsing new release of Net::DNS::Resolver
   Broken in: (no value)
    Severity: (no value)
       Owner: Nobody
  Requestors: [email protected]
      Status: new
 Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=117887 >


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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.