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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected]



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
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to