Update perlmodlib.PL to accomodate the re-arranging of the directories in ext/
Nicholas Clark [Fri, 12 Jun 2009 20:29:07 +0000 (21:29 +0100)]
(Only a few months behind the times - better late than never.)

pod/perlmodlib.PL

index 39e9613..cec7845 100644 (file)
@@ -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};