diff options
author | Craig A. Berry <craigberry@mac.com> | 2009-09-11 15:42:48 -0500 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2009-09-11 15:43:29 -0500 |
commit | dba3d646d21716f1dbbeb5e0e7ba484a1e782f0f (patch) | |
tree | 495466c04201b564af1461c593cfc4d60f2e96e7 /utils | |
parent | d27deb09880e49b6330c1f3f8349d2d0128d97fd (diff) | |
download | perl-dba3d646d21716f1dbbeb5e0e7ba484a1e782f0f.tar.gz |
instmodsh is a file, not a directory.
Follow-up to b78fd7160df924147ff968f6dc2796473af0c484.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/instmodsh.PL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/instmodsh.PL b/utils/instmodsh.PL index 36b885866c..7043f1b9b9 100644 --- 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>; |