Subject: | Hash Order based failures on 5.17.x |
There appears to be some code somewhere in MIME::Types with an implicit dependency on hash ordering in Perl, which, will randomly break on >5.17 due to hashes becomming truely randomly ordered.
perl -MMIME::Types -E 'say MIME::Types->new( complete_only => 1 )->mimeTypeOf(q{pl})';
>=5.17 , that will randomly switch between text/x-perl and application/x-perl