X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=0d68d56f7e983c775b3fe8bb1dcab2544adde2af;hb=429ce015fa73af2ce45773edf54c1f1fd4216a1b;hp=d6e9fe3cf0d7fa59f008d31f926433aa224dcc48;hpb=c3398f5bd45f2851b7cd40ca9823bcf7d2378469;p=gitmo%2FMouse.git diff --git a/Makefile.PL b/Makefile.PL index d6e9fe3..0d68d56 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,13 +3,7 @@ use inc::Module::Install; name 'Mouse'; all_from 'lib/Mouse.pm'; -requires 'Sub::Exporter'; -requires 'Scalar::Util'; -requires 'MRO::Compat'; - build_requires 'Test::More'; -build_requires 'Test::Exception'; -build_requires 'Test::Warn'; WriteAll;