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@xxxxxxxxxxxxxxx ReportedBy: mcepl@xxxxxxxxxx QAContact: extras-qa@xxxxxxxxxxxxxxxxx CC: cweyl@xxxxxxxxxxxxxxx, fedora-perl-devel-list@xxxxxxxxxx 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@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@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. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list