Skip Menu |

This queue is for tickets about the warnings-unused CPAN distribution.

Report information
The Basics
Id: 39508
Status: resolved
Priority: 0/
Queue: warnings-unused

People
Owner: gfuji [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: warnings not in lexical scope?
Nice. But it seems that the warnings scope is not lexical. The sample script #!/usr/bin/perl use strict; use warnings::unused; use warnings 'once'; use IO::Compress::Gzip; __END__ shows warnings outside this script: Unused variable my $tmp at /usr/local/share/perl/5.8.8/File/GlobMapper.pm line 248. Unused variable my $inGlob at /usr/local/share/perl/5.8.8/File/GlobMapper.pm line 199. Unused variable my $oneInput at /usr/local/share/perl/5.8.8/IO/Compress/Base/Common.pm line 215. etc. Regards, Slaven
This module has become lexical as you expect. Is it OK? -- Goro Fuji (GFUJI at CPAN.org)
Subject: Re: [rt.cpan.org #39508] warnings not in lexical scope?
Date: 01 Oct 2008 22:51:33 +0200
To: bug-warnings-unused [...] rt.cpan.org
From: Slaven Rezic <slaven [...] rezic.de>
"Goro Fuji via RT" <bug-warnings-unused@rt.cpan.org> writes: Show quoted text
> <URL: http://rt.cpan.org/Ticket/Display.html?id=39508 > > > This module has become lexical as you expect. > > Is it OK? >
I see the new distribution on search.cpan.org, but it does not show up in the CPAN indexes: $ cpan m warnings::unused CPAN: Storable loaded ok (v2.15) Going to read /usr/local/src/CPAN/Metadata Database was generated on Wed, 01 Oct 2008 19:27:59 GMT Module id = warnings::unused CPAN_USERID GFUJI (Goro Fuji <gfuji@cpan.org>) CPAN_VERSION 0.01 CPAN_FILE G/GF/GFUJI/warnings-unused-0.01.tar.gz UPLOAD_DATE 2008-09-22 INST_FILE (not installed) Regards, Slaven -- Slaven Rezic - slaven <at> rezic <dot> de tksm - Perl/Tk program for searching and replacing in multiple files http://ptktools.sourceforge.net/#tksm
version 0.021 looks good. Regards, Slaven