Skip Menu |

This queue is for tickets about the Authen-Tcpdmatch CPAN distribution.

Report information
The Basics
Id: 95757
Status: new
Priority: 0/
Queue: Authen-Tcpdmatch

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

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



Subject: 03_meta.t should not look into parent directory
The test contains the line push @_ , <../*.yml>, <*.yml>; which picks not only META.yml, but also all .yml files in the parent directory. Consider to not use a glob, but something like "$FindBin::RealBin/META.yml" Regards, Slaven
On 2014-05-18 10:01:57, SREZIC wrote: Show quoted text
> The test contains the line > > push @_ , <../*.yml>, <*.yml>; > > which picks not only META.yml, but also all .yml files in the parent > directory. > Consider to not use a glob, but something like > "$FindBin::RealBin/META.yml" >
BTW, this explains some of the test failures seen on CPAN Testers: http://matrix.cpantesters.org/?dist=Authen-Tcpdmatch%200.08