[Bug 465164] New: Wrong dependencies

bugzilla at redhat.com bugzilla at redhat.com
Wed Oct 1 21:20:57 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Wrong dependencies

https://bugzilla.redhat.com/show_bug.cgi?id=465164

           Summary: Wrong dependencies
           Product: Fedora
           Version: 9
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: medium
         Component: perl-Config-IniHash
        AssignedTo: cweyl at alumni.drew.edu
        ReportedBy: mcepl at redhat.com
         QAContact: extras-qa at fedoraproject.org
                CC: cweyl at alumni.drew.edu,
                    fedora-perl-devel-list at redhat.com
    Classification: Fedora


Given this testcase:

#!/usr/bin/perl

use strict;
use Config::IniHash;
use Data::Dumper;

my $hashreference;
my $filename;
my %options;

$hashreference = ReadINI("test.ini", %options);
print "\$hashreference = $hashreference\n" . "-" x 65 . "\n";
print Data::Dumper->Dumpxs([%options],['%options']);

and this INI file:

[windows]
bugs=all
freedom=limited
drm=full

[linux]
bugs=plenty
freedom=full
drm=none

I would expect some meaningful output. Except that I get:

[matej at viklef perl-bug]$ perl testCase.pl
ERROR autoloading Hash::Case::Lower : Can't locate Hash/Case/Lower.pm in @INC
(@INC contains: /usr/lib/perl5/5.10.0/i386-linux-thread-multi
/usr/lib/perl5/5.10.0
/usr/local/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi
/usr/local/lib/perl5/site_perl/5.10.0
/usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl
/usr/local/lib/perl5/site_perl /usr/lib/perl5/site_perl .) at (eval 12) line 1.
BEGIN failed--compilation aborted at (eval 12) line 1.
 at testCase.pl line 11
[matej at viklef perl-bug]$

Version-Release number of selected component (if applicable):
perl-Config-IniHash-2.9.0-3.fc9.noarch

How reproducible:
100%

Steps to Reproduce:
1.see above
2.
3.

Actual results:

see above

Expected results:

see above
Additional info:

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-perl-devel-list mailing list