Skip Menu |

This queue is for tickets about the Carp-Source CPAN distribution.

Report information
The Basics
Id: 78950
Status: new
Priority: 0/
Queue: Carp-Source

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

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



Subject: superfluous stack information
perl -MCarp::Source::Always=lines -e ' $xx = [] ; sub abc { def()} sub abc{$yy = { xx => %{$xx}}} ; abc() ;' there is "can't open -e: No such file or directory" message (which I understand) but the stack also includes context for /home/nadim/perl5/perlbrew/perls/perl-5.14.1/lib/site_perl/5.14.1/Carp/Source/Always.pm line 15: context for /home/nadim/perl5/perlbrew/perls/perl-5.14.1/lib/site_perl/5.14.1/Carp/Source.pm line 138: context for /home/nadim/perl5/perlbrew/perls/perl-5.14.1/lib/site_perl/5.14.1/Carp/Source.pm line 117: context for /home/nadim/perl5/perlbrew/perls/perl-5.14.1/lib/site_perl/5.14.1/Carp/Source.pm line 100: context for /home/nadim/perl5/perlbrew/perls/perl-5.14.1/lib/site_perl/5.14.1/Carp/Source/Always.pm line 25: context for /home/nadim/perl5/perlbrew/perls/perl-5.14.1/lib/site_perl/5.14.1/Carp/Source/Always.pm line 15: