[PATCH ExtUtils::Install] Fixing major MacPerl bug
[email protected] (Michael G Schwern) Wed, 11 Dec 2002 14:06:38 -0800
| Newsgroups | perl.macperl.porters |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> http://www.pobox.com/~schwern/
Perl Quality Assurance <[email protected]> Kwalitee Is Job One
The desired effect is what you get when you improve your interplanetary
funksmanship.