Skip Menu |

This queue is for tickets about the DateTime-Format-Duration CPAN distribution.

Report information
The Basics
Id: 105323
Status: resolved
Priority: 0/
Queue: DateTime-Format-Duration

People
Owner: ether [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.03a
Fixed in: 1.04



Subject: Pod formatting problems (C<...> instead of C<<...>>)
The documentation contains lines like =item * C<pattern => $string> or =item * C<<normalise => $one_or_zero_or_ISO>> which is not parsed and rendered correctly (see https://metacpan.org/pod/DateTime::Format::Duration#CONSTRUCTOR for an example; tkpod and perldoc output also looks broken). In the first example the embedded ">" is not escaped, and in the second example the space after << and before >> is missing. These lines should look like this: =item * C<< pattern => $string >> =item * C<< normalise => $one_or_zero_or_ISO >>
Fixed in 1.04 release.