X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=ba9f8dfc349c65af0f0be7dcc624c84104de8976;hb=605542545e0c8a0e7361dceff5107ee75745574c;hp=cf8bc11ba07e54b1fabd132b7147f2118260f939;hpb=4c4e41705f37591fd689b7126d0711198ecd71ab;p=gitmo%2FMRO-Compat.git diff --git a/Makefile.PL b/Makefile.PL index cf8bc11..ba9f8df 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,6 @@ use inc::Module::Install; -name ''; +name 'mro'; all_from 'lib/mro.pm'; build_requires 'Test::More' => '0.47';