https://bugzilla.redhat.com/show_bug.cgi?id=971085 Bug ID: 971085 Summary: perl-Digest-MD5-File installs MD5.pm to wrong path Product: Fedora Version: 18 Component: perl-Digest-MD5-File Severity: medium Priority: unspecified Assignee: paul@xxxxxxxxxxxx Reporter: fredrik@xxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: paul@xxxxxxxxxxxx, perl-devel@xxxxxxxxxxxxxxxxxxxxxxx Description of problem: After installing the package 'perl-Digest-Perl-MD5.noarch' on Fedora 18, Perl is still unable to include Digest::MD5. Version-Release number of selected component (if applicable): N/A How reproducible: I created the following test case: #!/usr/bin/env perl use v5.10.0; use warnings; use strict; use Digest::MD5; Steps to Reproduce: 1. Create test case and save as test.pl 2. Run: perl test.pl Actual results: Can't locate Digest/MD5.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at test.pl line 5. Expected results: No error. Additional info: The MD5.pm file is placed wrong: /usr/share/perl5/vendor_perl/Digest/Perl The the correct path is: /usr/share/perl5/vendor_perl/Digest This solved the problem for me: /usr/share/perl5/vendor_perl/Digest$ sudo ln -s Perl/MD5.pm MD5.pm -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=prqUPTLpZI&a=cc_unsubscribe -- 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