Skip Menu |

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

Report information
The Basics
Id: 4652
Status: resolved
Worked: 10 min
Priority: 0/
Queue: Pod-Compiler

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

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

Attachments
Pod-Compiler-0.101.tar.gz



Subject: L<http://foo> unsupported (contrary to pod)
the snippet contained demonstrates how L<http://bar.com> gets eated, where as L<bar bar bar|http://bar.com> is merely dumped wrong as_pod =head1 FOO L<http://bar.com> L<bar bar bar|http://bar.com> =cut use Pod::Compiler qw(pod_compile); my $obj = pod_compile(__FILE__ ); print $/,$/,$obj->as_pod; __END__
I forgot to mention that it'd be a good idea to test for this in the test suite (which is kind of small currently)
Subject: the fix
From: crazyinsomniac [...] yahoo.com
Hello. This fixes the L<http://url.com/> problem as well as the incorrect as_text/as_pod dumping of Pod::links. I also add t/02link.t to expand the test suite a little. http://crazyinsomniac.perlmonk.org/perl/files/Pod-Compiler-0.101.tar.gz
Download Pod-Compiler-0.101.tar.gz
application/x-gzip-compressed 30.2k

Message body not shown because it is not plain text.

fixed in 0.20