Subject: | test file nit in 1.50_04 |
Date: | Wed, 05 Nov 2008 19:33:05 -0600 |
To: | bug-ExtUtils-Install [...] rt.cpan.org |
From: | "Craig A. Berry" <craigberry [...] mac.com> |
On Nov 5, 2008, at 3:13 PM, Yves via RT wrote:
Show quoted text
> <URL: http://rt.cpan.org/Ticket/Display.html?id=34095 >
>
> I think this is resolved by applying the changes from the bleadperl
> release. Please advise if it is not fixed in 1.50_04
Everything passes after the tweak below. This was not platform-
specific. Before the change, basic.t failed on both Mac OS X and VMS
because it was trying to run basic.plt rather than basic.pl. On VMS I
tested with a recent blead as well as maint-5.8@34718.
--- t/basic.t;-0 Wed Nov 5 14:49:08 2008
+++ t/basic.t Wed Nov 5 19:15:10 2008
@@ -28,3 +28,3 @@ $::TEST_INSTALL_ONLY= 1;
-(my $file=$0)=~s/\.t$/.plt/;
+(my $file=$0)=~s/\.t$/.pl/;
do $file;
[end of patch]
Show quoted text________________________________________
Craig A. Berry
mailto:craigberry@mac.com
"... getting out of a sonnet is much more
difficult than getting in."
Brad Leithauser