Skip Menu |

This queue is for tickets about the Devel-TraceUse CPAN distribution.

Report information
The Basics
Id: 67511
Status: resolved
Priority: 0/
Queue: Devel-TraceUse

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

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



Subject: Test failure with perl 5.14.0 (pre RC0)
(Broken in 2.04) Since the version bump in bleadperl there are sligthly different error messages when running the t/traceuse.t test: # Module::CoreList 2.46 installed # Failed test 'Trace for: perl -d:TraceUse=hidecore -Mstrict -e1' # at t/traceuse.t line 240. # Structures begin differing at: # $got->[0] = 'Module::CoreList 2.46 doesn't know about Perl 5.014' # $expected->[0] = 'Modules used from -e:' # --- Got --- # Module::CoreList 2.46 doesn't know about Perl 5.014 # Modules used from -e: # 1. strict %%%, -e line 0 [main] # --- Expected --- # Modules used from -e: ... Regards, Slaven
On Sat Apr 16 10:31:02 2011, SREZIC wrote: Show quoted text
> (Broken in 2.04) > > Since the version bump in bleadperl there are sligthly different error > messages when running the t/traceuse.t test: >
Should be fixed in 2.05 -- BooK