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