Skip Menu |

This queue is for tickets about the Pod-POM CPAN distribution.

Report information
The Basics
Id: 48812
Status: new
Priority: 0/
Queue: Pod-POM

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

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



Subject: false warning about C<< foo > bar >> construct
use Test::More tests => 1; use Pod::POM qw(); my $parser = Pod::POM->new; my $pom = $parser->parse_text('=head2 clone C<< $obj->clone >> makes a deep copy of the object.'); ok !$parser->warnings, q(should not emit warning "expected '>>' not '>'");