Skip Menu |

This queue is for tickets about the Test-Distribution CPAN distribution.

Report information
The Basics
Id: 11607
Status: resolved
Priority: 0/
Queue: Test-Distribution

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.17
Fixed in: 1.22



Subject: .xpm files matched as module
I see the following errors when running Test::Distribution on one of my perl dists: ... Warning: Use of "require" without parens is ambiguous at (eval 34) line 2. not ok 3 - use sbahn_klein.xpm; # Failed test (/usr/local/lib/perl5/site_perl/5.8.0/Test/Distribution.pm at line 169) # Tried to use 'sbahn_klein.xpm'. # Error: Bareword "xpm" not allowed while "strict subs" in use at (eval 34) line 2. ... It seems to me that there is a match to /pm$/ where it should really be /\.pm$/. Regards, Slaven