minor change to Makefile.PL so that YAML stops making a bad META.yml file and makes...
John Napiorkowski [Wed, 10 Dec 2008 20:15:39 +0000 (20:15 +0000)]
Makefile.PL

index 3ce7f5a..b1026b0 100644 (file)
@@ -6,7 +6,7 @@ use inc::Module::Install 0.67;
 
 name            q{MooseX-Types};
 license         q{perl};
-author          q{Robert 'phaylon' Sedlacek <rs@474.at>};
+author          q{Robert "phaylon" Sedlacek <rs@474.at>};
 all_from        q{lib/MooseX/Types.pm};
 
 build_requires  q{Test::More},                  0.80;