Subject: | META.yml not valid |
META.yml is not parsable by YAML and YAML::Syck due to a syntax error
(or perhaps a bug in both of those modules, I'm not sure). Attached is
a patch which corrects the problem.
Subject: | dapatrick_Perl6-Say-0.12_invalid_META.yml.patch |
--- Perl6-Say-0.12/META.yml 2008-02-09 18:48:50.000000000 -0500
+++ Perl6-Say-0.12-mod/META.yml 2009-03-13 12:23:46.000000000 -0400
@@ -1,7 +1,7 @@
--- #YAML:1.0
name: Perl6-Say
version: 0.12
-abstract: 'print' -- but no newline needed
+abstract: print(), but no newline needed
license: ~
author:
- James E Keenan (jkeenan@cpan.org)