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