diff options
-rwxr-xr-x | checksetup.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/checksetup.pl b/checksetup.pl index 08771fb43..07367f0c3 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 = ( |