From: Shawn M Moore Date: Tue, 9 Dec 2008 02:38:49 +0000 (+0000) Subject: Remove build-dep on Sub::Uplevel, Test::Exception can install it (makes us look a... X-Git-Tag: 0.19~135 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=97c0bae973926b4ca48e1ea2cf6f71da6dfc75dc;p=gitmo%2FMouse.git Remove build-dep on Sub::Uplevel, Test::Exception can install it (makes us look a smidge better) --- diff --git a/Makefile.PL b/Makefile.PL index be74c98..7311fb8 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,7 +10,6 @@ if ($] < 5.007003) { } build_requires 'Test::Exception'; -build_requires 'Sub::Uplevel'; # required by Test::Exception build_requires 'Test::More'; auto_include;