Skip Menu |

This queue is for tickets about the iCal-Parser-SAX CPAN distribution.

Report information
The Basics
Id: 51985
Status: new
Priority: 0/
Queue: iCal-Parser-SAX

People
Owner: Nobody in particular
Requestors: FWIE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.09
Fixed in: (no value)



Subject: (Patch] POD nit
The attached patch fixes some POD, which renders wrong, at least at search.cpan.org.
Subject: pod.patch
diff --git a/lib/iCal/Parser/SAX.pm b/lib/iCal/Parser/SAX.pm index 81765e6..b280abe 100644 --- a/lib/iCal/Parser/SAX.pm +++ b/lib/iCal/Parser/SAX.pm @@ -323,7 +323,7 @@ a simple output handler like C<XML::SAX::Writer>), is as follows: Along with basics, such as converting calendar attributes to lowercase elements (e.g., a C<DTSTART> attribute in the input -would generate a sax event like C<element({Name=>'dtstart'})>), +would generate a sax event like C<< element({Name=>'dtstart'}) >>), a number of other processes occur: =over 4