removed testing module

This commit is contained in:
Doug Bell 2009-05-17 22:46:35 +00:00
parent b817c719ef
commit 10d1228d85

View file

@ -131,7 +131,6 @@ checkModule('Business::Tax::VAT::Validation', '0.20' );
checkModule('Crypt::SSLeay', '0.57' ); checkModule('Crypt::SSLeay', '0.57' );
checkModule('Scope::Guard', '0.03' ); checkModule('Scope::Guard', '0.03' );
checkModule('Digest::SHA', '5.47' ); checkModule('Digest::SHA', '5.47' );
checkModule('Catalyst', );
failAndExit("Required modules are missing, running no more checks.") if $missingModule; failAndExit("Required modules are missing, running no more checks.") if $missingModule;