From 460e29b93d26a4ece4063ac126c1625f325f1eba Mon Sep 17 00:00:00 2001 From: Scott Walters Date: Sun, 24 Feb 2013 19:45:09 -0500 Subject: [PATCH] spectre.pl requires Devel::Size; wasn't tested for in testEnvironment.pl --- sbin/testEnvironment.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/sbin/testEnvironment.pl b/sbin/testEnvironment.pl index 99f9515e8..3c97f08ac 100755 --- a/sbin/testEnvironment.pl +++ b/sbin/testEnvironment.pl @@ -186,6 +186,7 @@ checkModule('common::sense', '3.2' ); checkModule('Geo::Coder::Googlev3', '0.07' ); checkModule('IO::File::WithPath', ); checkModule('Plack::Middleware::SizeLimit', ); +checkModule('Devel::Size', '0.78' ); failAndExit("Required modules are missing, running no more checks.") if $missingModule;