Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the IO-All CPAN distribution.

Report information
The Basics
Id: 74511
Status: resolved
Priority: 0/
Queue: IO-All

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

Bug Information
Severity: Normal
Broken in: 0.44
Fixed in: (no value)



Subject: New warning about useless \E in bleadperl hits with much noise
Useless use of \E at /home/src/perl/repoperls/installed-perls/perl/v5.15.6-422-g9f71cfe/127e/lib/site_perl/5.15.6/IO/All.pm line 76. Useless use of \E at /home/src/perl/repoperls/installed-perls/perl/v5.15.6-422-g9f71cfe/127e/lib/site_perl/5.15.6/IO/All.pm line 84. Useless use of \E at /home/src/perl/repoperls/installed-perls/perl/v5.15.6-422-g9f71cfe/127e/lib/site_perl/5.15.6/IO/All.pm line 85. The warning was introduced in v5.15.6-373-g52ed07f but later reworded. 76: return "IO::All::\u$class_id" if $INC{"IO/All/\u$class_id\E.pm"}; 84: my $value = $INC{"IO/All/\u$class_id\E.pm"}; 85: delete $INC{"IO/All/\u$class_id\E.pm"}; Tests pass but now with noise. HTH && Thanks && Regards,
Hi, On Sun Jan 29 12:41:01 2012, ANDK wrote: Show quoted text
> Useless use of \E at > /home/src/perl/repoperls/installed-perls/perl/v5.15.6-422- > g9f71cfe/127e/lib/site_perl/5.15.6/IO/All.pm > line 76. > Useless use of \E at > /home/src/perl/repoperls/installed-perls/perl/v5.15.6-422- > g9f71cfe/127e/lib/site_perl/5.15.6/IO/All.pm > line 84. > Useless use of \E at > /home/src/perl/repoperls/installed-perls/perl/v5.15.6-422- > g9f71cfe/127e/lib/site_perl/5.15.6/IO/All.pm > line 85. > > The warning was introduced in v5.15.6-373-g52ed07f but later reworded. > > 76: return "IO::All::\u$class_id" if $INC{"IO/All/\u$class_id\E.pm"}; > 84: my $value = $INC{"IO/All/\u$class_id\E.pm"}; > 85: delete $INC{"IO/All/\u$class_id\E.pm"}; > > Tests pass but now with noise. >
Thanks for the report. I'm getting it too. I'm going to fix it in the repository, and hopefully Ingy will release a new version to CPAN soon. Regards, -- Shlomi Fish Show quoted text
> HTH && Thanks && Regards,
On Fri May 11 05:32:26 2012, SHLOMIF wrote: Show quoted text
> Hi, > > On Sun Jan 29 12:41:01 2012, ANDK wrote:
> > Useless use of \E at > > /home/src/perl/repoperls/installed-perls/perl/v5.15.6-422- > > g9f71cfe/127e/lib/site_perl/5.15.6/IO/All.pm > > line 76. > > Useless use of \E at > > /home/src/perl/repoperls/installed-perls/perl/v5.15.6-422- > > g9f71cfe/127e/lib/site_perl/5.15.6/IO/All.pm > > line 84. > > Useless use of \E at > > /home/src/perl/repoperls/installed-perls/perl/v5.15.6-422- > > g9f71cfe/127e/lib/site_perl/5.15.6/IO/All.pm > > line 85. > > > > The warning was introduced in v5.15.6-373-g52ed07f but later reworded. > > > > 76: return "IO::All::\u$class_id" if $INC{"IO/All/\u$class_id\E.pm"}; > > 84: my $value = $INC{"IO/All/\u$class_id\E.pm"}; > > 85: delete $INC{"IO/All/\u$class_id\E.pm"}; > > > > Tests pass but now with noise. > >
> > Thanks for the report. I'm getting it too. I'm going to fix it in the > repository, and hopefully Ingy will release a new version to CPAN soon. > > Regards, > > -- Shlomi Fish >
> > HTH && Thanks && Regards,
> >
Indeed; I'd like to use this module for a command line tool in a YAPC::NA presentation, but those warnings make it a no go. Release to CPAN! :)
fixed in 0.45 rindolf++