Skip Menu |

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

Report information
The Basics
Id: 78
Status: resolved
Priority: 0/
Queue: Pod-POM

People
Owner: Nobody in particular
Requestors: acme [...] astray.com
Cc:
AdminCc:

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



Subject: POM and HTML angle brackets
I love POD::POM. It's soooo much better than the other POD tools and I use it for generating the docs at http://openframe.fotango.com/docs/ However, I notice that Pod::POM::View::HTML doesn't escape angle brackets into > and < so that some things look weird such as the Apache config bit of http://openframe.fotango.com/docs/openframe/OpenFrame_Install.html I looked at the code but couldn't decide at what point to escape them, and I expect you do so I'm reporting the bug ;-) Cheers, Leon
Date: Mon, 3 Dec 2001 13:56:21 +0000
From: Andy Wardley <abw [...] tt2.org>
To: Guest via RT <bug-Pod-POM [...] rt.cpan.org>
Cc: acme [...] astray.com
Subject: Re: [cpan #78] POM and HTML angle brackets
On Mon, Dec 03, 2001 at 06:33:02AM -0500, Guest via RT wrote: Show quoted text
> I love POD::POM. It's soooo much better than the other POD tools
Good :-) Show quoted text
> However, I notice that Pod::POM::View::HTML doesn't escape angle brackets
Ah yes. A bug! Show quoted text
> I looked at the code but couldn't decide at what point to escape them,
Pod::POM::View::HTML::view_verbatim() Show quoted text
> ...you do so I'm reporting the bug ;-)
Fixed! There's a new version on CPAN: 0.11 (which also fixes the problem with the CPAN module thinking 0.1 is the latest version because it's > 0.03) Cheers A
Date: Mon, 3 Dec 2001 13:57:34 +0000
From: Leon Brocard <acme [...] astray.com>
To: Andy Wardley via RT <bug-Pod-POM [...] rt.cpan.org>
Subject: Re: [cpan #78] POM and HTML angle brackets
Andy Wardley via RT sent the following bits through the ether: Show quoted text
> Fixed! There's a new version on CPAN: 0.11 (which also fixes the problem > with the CPAN module thinking 0.1 is the latest version because it's > 0.03)
Yay! I was mostly testing out rt.cpan.org of course ;-) Cheers old chap, Leon