From: Karen Etheridge Date: Sun, 6 Oct 2013 16:29:10 +0000 (-0700) Subject: fix broken metadata (bad ether!) X-Git-Tag: v1.000019~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FModule-Metadata.git;a=commitdiff_plain;h=b813e141ccb3e55b240cfe6d1b87803cd1a3b2f3 fix broken metadata (bad ether!) --- diff --git a/Makefile.PL b/Makefile.PL index 407826e..ab57117 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -44,8 +44,8 @@ WriteMakefile( }, }, prereqs => { - requires => { - test => { + test => { + requires => { 'Test::More' => 0, 'Carp' => 0, 'Config' => 0,