]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- perl.req: replace '/' with '::' in module name if needed
authorpius <pius@pld-linux.org>
Mon, 6 Dec 1999 14:00:04 +0000 (14:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-perl-macros.patch -> 1.19

rpm-perl-macros.patch

index ad75b78126a81d67d20c492919c3b564a0828713..822ca49df9906011991990f85d5fda3ffff31c2d 100644 (file)
        next;
      }
  
-@@ -108,13 +118,38 @@
+@@ -108,13 +118,40 @@
        # will be included with the name sys/systeminfo.ph so only use the
        # basename of *.ph files
  
 +
 +      $module =~ s/\.pm$//;
 +
++      $module =~ s/\//::/;
++
 +      # trim off trailing parenthesis if any.  Sometimes people pass
 +      # the module an empty list.
 +
This page took 0.101427 seconds and 4 git commands to generate.