From: John Napiorkowski Date: Wed, 10 Dec 2008 20:15:39 +0000 (+0000) Subject: minor change to Makefile.PL so that YAML stops making a bad META.yml file and makes... X-Git-Tag: 0.10~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Types.git;a=commitdiff_plain;h=1e56e9fefd7084a5b66bcd8ff5c9b5f9d24c4ef2 minor change to Makefile.PL so that YAML stops making a bad META.yml file and makes my builds complain. --- diff --git a/Makefile.PL b/Makefile.PL index 3ce7f5a..b1026b0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,7 @@ use inc::Module::Install 0.67; name q{MooseX-Types}; license q{perl}; -author q{Robert 'phaylon' Sedlacek }; +author q{Robert "phaylon" Sedlacek }; all_from q{lib/MooseX/Types.pm}; build_requires q{Test::More}, 0.80;