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