Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[PATCH ExtUtils::Install] Fixing major MacPerl bug

1 view
Skip to first unread message

Michael G Schwern

unread,
Dec 11, 2002, 5:06:38 PM12/11/02
to macperl...@perl.org
The following patch fixes a major bug in ExtUtils::Install on MacPerl.
With this in place it will work and install files.

--- lib/ExtUtils/Install.pm 12 Nov 2002 23:47:34 -0000 1.7
+++ lib/ExtUtils/Install.pm 7 Dec 2002 21:44:10 -0000 1.8
@@ -156,7 +154,7 @@
# Record the full pathname.
$packlist->{$targetfile}++;

- }, ".");
+ }, File::Spec->curdir);
chdir($cwd) or Carp::croak("Couldn't chdir to $cwd: $!");
}
if ($pack{'write'}) {


--

Michael G. Schwern <sch...@pobox.com> http://www.pobox.com/~schwern/
Perl Quality Assurance <per...@perl.org> Kwalitee Is Job One
The desired effect is what you get when you improve your interplanetary
funksmanship.

0 new messages