Hi,

I submitted a patch against RT: https://rt.cpan.org/Ticket/Display.html?id=47850

This is related to a minor formatting error in some POD, which, although is 
safe to ignore from a programming perspective, is causing the vast majority of 
cpan tester failures for the last few releases.  Now that Test::Kwalitee is 
becoming popular, more and more people are going to fail to install TT or 
something dependent on it, like Catalyst.  I hope we can slip this into the 
next build.

I also attached the patch to this mailing.  Let me know if I can assist getting 
this in place.  

John Napiorkowski


      
Index: lib/Template/FAQ.pod
===================================================================
--- lib/Template/FAQ.pod	(revision 1247)
+++ lib/Template/FAQ.pod	(working copy)
@@ -298,7 +298,7 @@
 =head2 Why do I get rubbish for my utf-8 templates?
 
 First of all, make sure that your template files define a Byte Order
-Mark (L<BOM|http://en.wikipedia.org/wiki/Byte_Order_Mark>).
+Mark L<<a href="http://en.wikipedia.org/wiki/Byte_Order_Mark";>(BOM)</a>>
 
 If you for some reason don't want to add BOM to your templates, you can
 force Template to use a particular encoding (e.g. C<utf8>) for your 
Index: lib/Template/Toolkit.pod
===================================================================
--- lib/Template/Toolkit.pod	(revision 1247)
+++ lib/Template/Toolkit.pod	(working copy)
@@ -113,7 +113,7 @@
 
 =head1 Author
 
-The Template Toolkit was written by L<Andy Wardley|http://wardley.org/>
+The Template Toolkit was written by L<<a href="http://wardley.org/";>Andy Wardley</a>>
 E<lt>a...@wardley.orge<gt> with assistance and contributions from a great 
 number of people.  Please see L<Template::Manual::Credits> for a full list.
 
_______________________________________________
templates mailing list
templates@template-toolkit.org
http://mail.template-toolkit.org/mailman/listinfo/templates

Reply via email to