diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-06-12 21:29:07 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-06-12 21:29:07 +0100 |
commit | f46c3222734e09c1a00b3e18a028820a02e16926 (patch) | |
tree | a25e3c7b212ca7a495a944e1d97016c33780b0ac /pod/perlmodlib.PL | |
parent | 1edf8e51d749cc688006e65c45d210d69ed74c27 (diff) | |
download | perl-f46c3222734e09c1a00b3e18a028820a02e16926.tar.gz |
Update perlmodlib.PL to accomodate the re-arranging of the directories in ext/
(Only a few months behind the times - better late than never.)
Diffstat (limited to 'pod/perlmodlib.PL')
-rw-r--r-- | pod/perlmodlib.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pod/perlmodlib.PL b/pod/perlmodlib.PL index 39e9613295..cec7845422 100644 --- a/pod/perlmodlib.PL +++ b/pod/perlmodlib.PL @@ -71,6 +71,7 @@ for (@MANIFEST) { $perlname =~ s!\.p(m|od)$!!; $perlname =~ s!\b(\w+)/\1\b!$1!; $perlname =~ s!/!::!g; + $perlname =~ s!-!::!g; # modules with non standard locations $perlname =~ s{Base64::QuotedPrint}{QuotedPrint}; |