Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: hkuhlmann [...] dr-kuhlmann.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.48
Fixed in: 0.55



Subject: Warning: Exiting subroutine via next ...
using Module-ScanDeps-0.48 with perl v5.8.3 built for i586-linux-thread-multi on SuSE-Linux 9.1 kernel 2.6.4-52-default calling my $rv_ref = Module::ScanDeps::scan_deps ( 'aprogram' ); got a warning like Exiting subroutine via next at /usr/lib/perl5/site_perl/5.8.3/Module/ScanDeps.pm line 710, <FH> line 153. The patch is simply replaching next by return in line 710: 710c710 < next if $pm_only and lc($name) !~ /\.p[mh]$/i; --- Show quoted text
> return if $pm_only and lc($name) !~ /\.p[mh]$/i;
Date: Fri, 17 Sep 2004 14:30:40 +0800
From: Autrijus Tang <autrijus [...] autrijus.org>
To: Guest via RT <bug-Module-ScanDeps [...] rt.cpan.org>
CC: undisclosed-recipients: ;
Subject: Re: [cpan #7680] Warning: Exiting subroutine via next ...
RT-Send-Cc:
On Fri, Sep 17, 2004 at 02:16:19AM -0400, Guest via RT wrote: Show quoted text
> The patch is simply replaching next by return in line 710: > > 710c710 > < next if $pm_only and lc($name) !~ /\.p[mh]$/i; > ---
> > return if $pm_only and lc($name) !~ /\.p[mh]$/i;
Thanks, fixed! /Autrijus/
Download (untitled)
application/pgp-signature 187b

Message body not shown because it is not plain text.