From: Florian Ragwitz Date: Fri, 20 Feb 2009 13:40:23 +0000 (+0100) Subject: Make META.yml parsable by working around what i think is a Module::Install bug. X-Git-Tag: 0.10^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Fnamespace-clean.git;a=commitdiff_plain;h=2f92146b7d8586bc062d3c587460caac27a27510 Make META.yml parsable by working around what i think is a Module::Install bug. --- diff --git a/Makefile.PL b/Makefile.PL index 03d359a..703dbc4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,7 @@ use inc::Module::Install; name q{namespace-clean}; license q{perl}; -author q{Robert 'phaylon' Sedlacek }; +author q{Robert 'phaylon'' Sedlacek }; all_from q{lib/namespace/clean.pm}; build_requires q{Test::More}, '0.62';