Skip Menu |

This queue is for tickets about the Dist-Zilla-Plugin-MinimumPerlFast CPAN distribution.

Report information
The Basics
Id: 127506
Status: new
Priority: 0/
Queue: Dist-Zilla-Plugin-MinimumPerlFast

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

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



Subject: Non-perl files are checked
I have tried to add the plug-in [MinimumPerlFast] to the dist.ini file of Qgoda (https://metacpan.org/source/GUIDO/Qgoda-v0.9.2/dist.ini). But I have a binary file "t/utf-8-flag/LocaleData/de/LC_MESSAGES/messages.mo" that causes a failure: Could not decode t/utf-8-flag/LocaleData/de/LC_MESSAGES/messages.mo; filename set by Git::GatherDir (Dist::Zilla::Plugin::Git::GatherDir line 203); encoded_content added by Git::GatherDir (Dist::Zilla::Plugin::Git::GatherDir line 204); error was: Can't decode text from 'bytes' encoding; maybe you need the [Encoding] plugin to specify an encoding at /opt/local/lib/perl5/site_perl/5.26/Dist/Zilla/Role/File.pm line 169. Dist::Zilla::Role::File::_throw(Dist::Zilla::File::OnDisk=HASH(0x7f84d064cb50), "decode", "Can't decode text from 'bytes' encoding") called at /opt/local/lib/perl5/site_perl/5.26/Dist/Zilla/Role/File.pm line 140 Dist::Zilla::Role::File::_decode(Dist::Zilla::File::OnDisk=HASH(0x7f84d064cb50), "\x{de}\x{12}\x{4}\x{95}\x{0}\x{0}\x{0}\x{0}\x{4}\x{0}\x{0}\x{0}\x{1c}\x{0}\x{0}\x{0}<\x{0}\x{0}\x{0}\x{5}\x{0}\x{0}\x{0}\\\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}p\x{0}\x{0}\x{0}\x{19}\x{0}\x{0}\x{0}q\x{0}\x{0}\x{0}\x{b}\x{0}\x{0}\x{0}\x{8b}\x{0}\x{0}\x{0}\x{13}\x{0}\x{0}\x{0}\x{97}\x{0}\x{0}\x{0}("...) called at /opt/local/lib/perl5/site_perl/5.26/Dist/Zilla/Role/MutableFile.pm line 54 Dist::Zilla::Role::MutableFile::content(Dist::Zilla::File::OnDisk=HASH(0x7f84d064cb50)) called at /opt/local/lib/perl5/site_perl/5.26/Dist/Zilla/Plugin/MinimumPerlFast.pm line 46 Dist::Zilla::Plugin::MinimumPerlFast::_build_version(Dist::Zilla::Plugin::MinimumPerlFast=HASH(0x7f84d00d8320)) called at reader Dist::Zilla::Plugin::MinimumPerlFast::version (defined at /opt/local/lib/perl5/site_perl/5.26/Dist/Zilla/Plugin/MinimumPerlFast.pm line 21) line 8 Dist::Zilla::Plugin::MinimumPerlFast::version(Dist::Zilla::Plugin::MinimumPerlFast=HASH(0x7f84d00d8320)) called at /opt/local/lib/perl5/site_perl/5.26/Dist/Zilla/Plugin/MinimumPerlFast.pm line 51 Dist::Zilla::Plugin::MinimumPerlFast::register_prereqs(Dist::Zilla::Plugin::MinimumPerlFast=HASH(0x7f84d00d8320)) called at /opt/local/lib/perl5/site_perl/5.26/Dist/Zilla/Dist/Builder.pm line 357 ... The documentation says: "This plugin will search for files matching /\.(t|pl|pm)$/i in the lib/, bin/, and t/ directories." But that does not seem to be the case.