Skip Menu |

This queue is for tickets about the Class-ReturnValue CPAN distribution.

Report information
The Basics
Id: 28852
Status: resolved
Priority: 0/
Queue: Class-ReturnValue

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

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



Subject: t/basic.t fails on Win32 due to the path separator issue
t/basic.t in 0.54 fails on Win32 due to the path separator issue. Here's a patch just in case. diff -ur Class-ReturnValue-0.54/t/basic.t Class-ReturnValue-0.54- patched/t/basic.t --- Class-ReturnValue-0.54/t/basic.t 2007-08-14 06:23:47.000000000 +0900 +++ Class-ReturnValue-0.54-patched/t/basic.t 2007-08-16 11:21:34.671875000 +0900 @@ -74,7 +74,7 @@ ok($retval->as_error( errno => 20, message => "You've been eited", do_backtrace => 1)); -like($retval->backtrace, qr{Trace begun at t/basic.t line}); +like($retval->backtrace, qr{Trace begun at t[\\/]basic.t line}); is($retval->error_message,"You've been eited");
Subject: Re: [rt.cpan.org #28852] t/basic.t fails on Win32 due to the path separator issue
Date: Mon, 20 Aug 2007 16:40:57 -0400
To: bug-Class-ReturnValue [...] rt.cpan.org
From: Jesse Vincent <jesse [...] fsck.com>
Thanks. applied. On Aug 15, 2007, at 10:31 PM, via RT wrote: Show quoted text
> Wed Aug 15 22:31:13 2007: Request 28852 was acted upon. > Transaction: Ticket created by ISHIGAKI > Queue: Class-ReturnValue > Subject: t/basic.t fails on Win32 due to the path separator issue > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: ISHIGAKI@cpan.org > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=28852 >
Download PGP.sig
application/pgp-signature 186b

Message body not shown because it is not plain text.