From e18bb7ab9a75a1e4cb7f251eb95cff9af47d3da6 Mon Sep 17 00:00:00 2001 From: pius Date: Tue, 2 Nov 1999 20:30:50 +0000 Subject: [PATCH] - fixed excluding modules in perl.req Changed files: rpm-perl-macros.patch -> 1.10 --- rpm-perl-macros.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm-perl-macros.patch b/rpm-perl-macros.patch index be01cc7..c69d484 100644 --- a/rpm-perl-macros.patch +++ b/rpm-perl-macros.patch @@ -172,7 +172,7 @@ + # 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}=$_; -- 2.44.0