Subject: | Code fails on non-perl file |
Date: | Fri, 31 Oct 2014 14:22:40 +0000 |
To: | bug-Dist-Zilla-Plugin-MinimumPerl [...] rt.cpan.org |
From: | Nigel Gregoire <nigelgregoire [...] gmail.com> |
Hello!
The latest release (1.004) removed the check on filename added for
https://rt.cpan.org/Public/Bug/Display.html?id=67355
next unless $file->name =~ /\.(?:t|p[ml])$/i;
One of internal repos at work started failing because we have a
testing certificate that passes the "return if $file->is_bytes" test.
So it dies with the "Unable to parse" message.
--
Nigel