Skip Menu |

This queue is for tickets about the String-Rexx CPAN distribution.

Report information
The Basics
Id: 95554
Status: new
Priority: 0/
Queue: String-Rexx

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 03_meta.t uses the glob ../*.yml which is looking in the parent directory of the distribution, and may fail if there are non-expected yaml files around. Probably you should explicitly specify only your own meta file, i.e. using "$FindBin::RealBin/../t/META.yml". Regards, Slaven