]> git.pld-linux.org Git - packages/perl.git/commitdiff
- small fixes in module name format
authorpius <pius@pld-linux.org>
Fri, 22 Oct 1999 22:03:13 +0000 (22:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-find-provides.patch -> 1.2

perl-find-provides.patch

index 632373ec301bbbb2883885a79f6dc4909afe25b5..529ed4a0125d845ef1f19184baab39729d1987fb 100644 (file)
@@ -13,7 +13,7 @@
 +
 --- perl5.005_03/find-perl.prov        Thu Jan  1 01:00:00 1970
 +++ perl5.005_03.new/find-perl.prov    Fri Oct 22 17:44:18 1999
-@@ -0,0 +1,113 @@
+@@ -0,0 +1,112 @@
 +#!FPPATH/perl
 +
 +# a simple script to print the proper name for perl libraries.
 +
 +
 +foreach $module (sort keys %require) {
-+  ($mod = $module) =~ s/::/-/g;
 +  if (length($require{$module}) == 0) {
-+    print "perl($mod)\n";
++    print "perl($module)\n";
 +  } else {
-+    print "perl($mod) = $require{$module}\n";
++    print "perl($module) = $require{$module}\n";
 +
 +    # we need to print it without the version number until the
 +    # requires syntax accepts version numbers correctly.
This page took 0.059824 seconds and 4 git commands to generate.