From bde3544ca0d76d346d3a3c36db63c0b35d5e4846 Mon Sep 17 00:00:00 2001 From: "mkanat%kerio.com" Date: Tue, 22 Mar 2005 09:02:56 +0000 Subject: [PATCH] Bug 286669: Add dependency on Storable Patch By Max Kanat-Alexander r=wicked, a=justdave --- webtools/bugzilla/checksetup.pl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webtools/bugzilla/checksetup.pl b/webtools/bugzilla/checksetup.pl index 08771fb439a2..07367f0c341c 100755 --- a/webtools/bugzilla/checksetup.pl +++ b/webtools/bugzilla/checksetup.pl @@ -322,6 +322,10 @@ my $modules = [ name => 'Mail::Mailer', version => '1.65' }, + { + name => 'Storable', + version => '0' + }, ]; my %ppm_modules = (