Skip Menu |

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)



Subject: Don't load .#foo.pm
Emacs backs up unsaved files as .#foo.pm. Module::Pluggable should not try to load them.
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/\.#/;
This is solveable by subclassing or using except so closing this.