Skip Menu |

This queue is for tickets about the XML-Checker CPAN distribution.

Report information
The Basics
Id: 75526
Status: open
Priority: 0/
Queue: XML-Checker

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

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



Subject: Fails with Carp 1.25
Patch for the test suite attached. Cheers, gregor, Debian Perl Group
Subject: carp.patch
Description: Carp 1.25 now has one dot more. Origin: vendor Bug: https://rt.cpan.org/Public/Bug/Display.html?id=75526 Bug-Debian: http://bugs.debian.org/711625 Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=75526 Author: gregor herrmann <gregoa@debian.org> Last-Update: 2013-06-08 --- a/t/chk_batch.t +++ b/t/chk_batch.t @@ -212,7 +212,7 @@ sub chop_exception { my ($ex) = @_; - $ex =~ s/ at \S+ line \d+//; + $ex =~ s/ at \S+ line \d+\.?//; $ex; }