From: Brandon L Black Date: Fri, 11 May 2007 00:07:49 +0000 (+0000) Subject: oops give it a name X-Git-Tag: 0.02~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMRO-Compat.git;a=commitdiff_plain;h=605542545e0c8a0e7361dceff5107ee75745574c oops give it a name --- 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';