From: John E. Malmberg <wb8tyw@qsl.net>
Date: Tue, 13 Nov 2007 19:27:09 +0000 (-0600)
Subject: Re: CPANPLUS working again on VMS Re: [PATCH@32279] Upgrade File::Fetch to 0.13_04... 
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=aebaa399f107aceea3e5f1328fa8ac90523bd313;p=p5sagit%2Fp5-mst-13.2.git

Re: CPANPLUS working again on VMS Re: [PATCH@32279] Upgrade File::Fetch to 0.13_04 - fixed for VMS.
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <473A4EED.4050201@qsl.net>

Typo in #32306.

p4raw-id: //depot/perl@32308
---

diff --git a/lib/CPANPLUS/t/05_CPANPLUS-Internals-Fetch.t b/lib/CPANPLUS/t/05_CPANPLUS-Internals-Fetch.t
index bf9f3af..01f32fa 100644
--- a/lib/CPANPLUS/t/05_CPANPLUS-Internals-Fetch.t
+++ b/lib/CPANPLUS/t/05_CPANPLUS-Internals-Fetch.t
@@ -87,7 +87,7 @@ isa_ok( $mod,  'CPANPLUS::Module' );
     } else {
         $in_file = File::Spec::Unix->catfile(
                           File::Spec::Unix->catdir(
-                              File::Spec->spitdir( $cwd ),
+                              File::Spec->splitdir( $cwd ),
                           ),
                           $base
                       )