RT for rt.cpan.org
Skip Menu
|
Bug #19764 for Module-Pluggable: Don't load .#foo.pm
Active bugs
Resolved bugs
Rejected bugs
This queue is for tickets about the
Module-Pluggable CPAN distribution
.
Report information
The Basics
Id:
19764
Status:
rejected
Priority:
0/
Queue:
Module-Pluggable
People
Owner:
Nobody in particular
Requestors:
CLKAO [...] cpan.org
Cc:
AdminCc:
Bug Information
Severity:
Normal
Broken in:
(no value)
Fixed in:
(no value)
History
Show all quoted text
Wed Jun 07 11:13:32 2006
CLKAO [...] cpan.org - Ticket created
Subject:
Don't load .#foo.pm
Emacs backs up unsaved files as .#foo.pm. Module::Pluggable should not try to load them.
Thu Jun 08 04:47:19 2006
simon [...] thegestalt.org - Correspondence added
Subject:
Re: [rt.cpan.org #19764] Don't load .#foo.pm
Date:
Wed, 7 Jun 2006 17:12:41 +0100
To:
via RT <bug-Module-Pluggable [...] rt.cpan.org>
From:
Simon Wistow <simon [...] thegestalt.org>
On Wed, Jun 07, 2006 at 11:13:33AM -0400, via RT said:
Show quoted text
> Emacs backs up unsaved files as .#foo.pm. Module::Pluggable should not > try to load them.
Are they not valid package names? You can always exclude them by doing except => qr/\.#/;
Thu Jun 08 04:47:19 2006
The RT System itself - Status changed from 'new' to 'open'
Tue Aug 01 11:30:19 2006
simonw [...] cpan.org - Correspondence added
This is solveable by subclassing or using except so closing this.
Tue Aug 01 11:30:20 2006
simonw [...] cpan.org - Status changed from 'open' to 'rejected'