Skip Menu |

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

Report information
The Basics
Id: 65058
Status: rejected
Priority: 0/
Queue: Pod-POM-Web

People
Owner: Nobody in particular
Requestors: karl [...] bigmite.com
Cc:
AdminCc:

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



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
Le Lun 24 Jan 2011 03:58:45, karl@bigmite.com a écrit : Show quoted text
> Maybe, as strictly classes should start with > a capital letter this could be optional, but since classes such as
base Show quoted text
> are lower case I'm not sure this is right.
Hi Karl, Classes starting with a lowercase letter are listed under the "Pragmas" entry, following the Perl convention that such names are for pragmas. There you will find "base", "strict", "warnings", "feature", etc. Best regards, Laurent D.
Subject: Re: [rt.cpan.org #65058] Case sensitive class filter ?
Date: Tue, 25 Jan 2011 20:56:56 +0000
To: <bug-Pod-POM-Web [...] rt.cpan.org>
From: Karl Royer <karl [...] bigmite.com>
Doh ! On Tue, 25 Jan 2011 14:03:35 -0500, Laurent Dami via RT wrote: Show quoted text
Le Lun 24 Jan 2011 03:58:45, karl@bigmite.com [2] a écrit : Show quoted text
>> Maybe,
as strictly classes should start with Show quoted text
>> a capital letter this could be
optional, but since classes such as Show quoted text
> base >
>> are lower case I'm not
sure this is right. Show quoted text
> > Hi Karl, > > Classes starting with a lowercase
letter are listed under the "Pragmas" Show quoted text
> entry, following the Perl
convention that such names are for pragmas. Show quoted text
> There you will find
"base", "strict", "warnings", "feature", etc. Show quoted text
> > Best regards, Laurent
D. -- ------- Bigmite Internet Solutions Tel: 07860189458 Links: ------ [1] https://rt.cpan.org/Ticket/Display.html?id=65058 [2] mailto:karl@bigmite.com