X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=0d68d56f7e983c775b3fe8bb1dcab2544adde2af;hb=fc1d8369f17d2d6a06ecdcb13199e1d4ecb2e53f;hp=13cf932dfb0b6b7a91803c65fa9ccc689107aab0;hpb=4e31595cef06f35cd442a54206f3c1a05c1ac31f;p=gitmo%2FMouse.git diff --git a/Makefile.PL b/Makefile.PL index 13cf932..0d68d56 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,7 +4,6 @@ name 'Mouse'; all_from 'lib/Mouse.pm'; build_requires 'Test::More'; -build_requires 'Test::Exception'; WriteAll;