[Bug 971085] New: perl-Digest-MD5-File installs MD5.pm to wrong path

bugzilla at redhat.com bugzilla at redhat.com
Wed Jun 5 15:56:42 UTC 2013


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 at city-fan.org
          Reporter: fredrik at cute.se
        QA Contact: extras-qa at fedoraproject.org
                CC: paul at city-fan.org, perl-devel at lists.fedoraproject.org

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



More information about the perl-devel mailing list