]> git.pld-linux.org Git - packages/rpm.git/blobdiff - rpm-perl-macros.patch
- fixed excluding modules in perl.req
[packages/rpm.git] / 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.042659 seconds and 4 git commands to generate.