This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d27deb0
)
instmodsh is a file, not a directory.
author
Craig A. Berry
<craigberry@mac.com>
Fri, 11 Sep 2009 20:42:48 +0000
(15:42 -0500)
committer
Craig A. Berry
<craigberry@mac.com>
Fri, 11 Sep 2009 20:43:29 +0000
(15:43 -0500)
Follow-up to
b78fd7160df924147ff968f6dc2796473af0c484
.
utils/instmodsh.PL
patch
|
blob
|
blame
|
history
diff --git
a/utils/instmodsh.PL
b/utils/instmodsh.PL
index
36b8858
..
7043f1b
100644
(file)
--- a/
utils/instmodsh.PL
+++ b/
utils/instmodsh.PL
@@
-35,8
+35,8
@@
use File::Spec;
my $instmodsh
= File::Spec->catfile(File::Spec->catdir(File::Spec->updir,
- qw(ext ExtUtils-MakeMaker bin
-
instmodsh))
);
+ qw(ext ExtUtils-MakeMaker bin
)),
+
'instmodsh'
);
if (open(INSTMODSH, $instmodsh)) {
print OUT <INSTMODSH>;