]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- fixed excluding modules in perl.req
authorpius <pius@pld-linux.org>
Tue, 2 Nov 1999 20:30:50 +0000 (20:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-perl-macros.patch -> 1.10

rpm-perl-macros.patch

index be01cc714e9795668ea129058feb6f3375337b23..c69d4844b3b98c3e202c8dc13aafc6753c2f25de 100644 (file)
 +      # we don't provide platform specific modules for platforms other 
 +      # than unix so we also shouldn't require them
  
-+      ($module =~ m/(Mac|OS2|MSDOS|Win32)::/) && next;
++      ($module =~ m/Mac|OS2|MSDOS|Win32/) && next;
  
        $require{$module}=$version;
        $line{$module}=$_;
This page took 0.0432 seconds and 4 git commands to generate.