From: Shawn M Moore Date: Sun, 28 Sep 2008 02:49:28 +0000 (+0000) Subject: ..and the Makefile.PL X-Git-Tag: 0.19~218 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=023bf9e2770f2c830aed68cba55f7bb056fc578c ..and the Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL index 2ea5ca2..95deb65 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,6 @@ use inc::Module::Install; name 'Mouse'; all_from 'lib/Mouse.pm'; -requires 'Sub::Exporter'; requires 'Scalar::Util'; requires 'MRO::Compat'; requires 'Class::Method::Modifiers' => '1.01';