https://bugzilla.redhat.com/show_bug.cgi?id=1228378 Bug ID: 1228378 Summary: perl is missing encoding.pm Product: Fedora Version: 22 Component: perl Assignee: jplesnik@xxxxxxxxxx Reporter: bruno@xxxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: cweyl@xxxxxxxxxxxxxxx, iarnell@xxxxxxxxx, jplesnik@xxxxxxxxxx, kasal@xxxxxx, perl-devel@xxxxxxxxxxxxxxxxxxxxxxx, ppisar@xxxxxxxxxx, psabata@xxxxxxxxxx, rc040203@xxxxxxxxxx, tcallawa@xxxxxxxxxx Description of problem: perl 18 in f21 works, but perl 20 in f22 doesn't. This program fragment is enough to trigger the error: #!/usr/bin/perl use utf8; use locale ':not_characters'; use open ':locale'; The error issued is: Can't locate encoding.pm in @INC (you may need to install the encoding module) (@INC contains: /usr/local/lib/perl5 /usr/local/share/perl5 /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5 /usr/share/perl5 .) at /usr/share/perl5/open.pm line 77. BEGIN failed--compilation aborted at ./test.pl line 4. -- You are receiving this mail because: You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel