]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 340126: Fix Windows PPM package name for XML::Twig; patch by Vlad Dasca...
authorjocuri%softhome.net <>
Sun, 4 Jun 2006 15:48:32 +0000 (15:48 +0000)
committerjocuri%softhome.net <>
Sun, 4 Jun 2006 15:48:32 +0000 (15:48 +0000)
checksetup.pl

index 0909b2d4df1bcf83983f4fb3a2ee1558b15284f9..9e67e308c3d3f5d2d9dfeab169da0926d4be12dc 100755 (executable)
@@ -354,6 +354,7 @@ my %ppm_modules = (
     'Mail::Mailer'      => 'MailTools',
     'Mail::Base64'      => 'MIME-Base64',
     'MIME::Tools'       => 'MIME-Tools',
+    'XML::Twig'         => 'XML-Twig',
 );
 
 sub install_command {