Subject: | Case sensitive class filter ? |
Date: | Mon, 24 Jan 2011 08:58:36 +0000 |
To: | <bug-Pod-POM-Web [...] rt.cpan.org> |
From: | Karl Royer <karl [...] bigmite.com> |
Many classes are missed out which do NOT start with a capitol
letter in the browser, I modified the filter as follows to make these
classes appear:
In Pod::POM::Web
559c559
< $filter = qr/^$1/i;
---
Show quoted text
> $filter = qr/^$1/;
Maybe, as strictly classes should start with
a capital letter this could be optional, but since classes such as base
are lower case I'm not sure this is right.
Yours,
Karl Royer
Bigmite Managed Web Solutions
karl.royer@bigmite.co.uk
--
-------
Bigmite Internet Solutions
Tel: 07860189458