From: mkanat%kerio.com <> Date: Tue, 22 Mar 2005 17:02:56 +0000 (+0000) Subject: Bug 286669: Add dependency on Storable X-Git-Tag: bugzilla-2.19.3~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e52d541e70016e2e6414703408b8ad3505464213;p=thirdparty%2Fbugzilla.git Bug 286669: Add dependency on Storable Patch By Max Kanat-Alexander r=wicked, a=justdave --- diff --git a/checksetup.pl b/checksetup.pl index 08771fb439..07367f0c34 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -322,6 +322,10 @@ my $modules = [ name => 'Mail::Mailer', version => '1.65' }, + { + name => 'Storable', + version => '0' + }, ]; my %ppm_modules = (