Make META.yml parsable by working around what i think is a Module::Install bug. 0.10
Florian Ragwitz [Fri, 20 Feb 2009 13:40:23 +0000 (14:40 +0100)]
Makefile.PL

index 03d359a..703dbc4 100644 (file)
@@ -6,7 +6,7 @@ use inc::Module::Install;
 
 name            q{namespace-clean};
 license         q{perl};
-author          q{Robert 'phaylon' Sedlacek <rs@474.at>};
+author          q{Robert 'phaylon'' Sedlacek <rs@474.at>};
 all_from        q{lib/namespace/clean.pm};
 
 build_requires  q{Test::More},                  '0.62';