diff --git a/Changes b/Changes index 572dbdb..fbd7b8a 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,7 @@ Revision history for CGI-Info 0.78 Set HTTP status to 403 on HTTP_USER_AGENT SQL injection attack + Test::Exception hasn't been used for sometime, so removed dependancy 0.77 Tue Aug 15 16:49:51 EDT 2023 Reduce the size of the cache diff --git a/Makefile.PL b/Makefile.PL index 548d130..4dd1c5d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -26,7 +26,6 @@ WriteMakefile( 'LWP::UserAgent' => 0, 'Test::Carp' => 0, 'Test::Compile' => 0, - 'Test::Exception' => 0.42, 'Test::Most' => 0, 'Test::NoWarnings' => 0, 'Test::Script' => 1.12,