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