Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 324681

Summary: dev-perl/locale-maketext-lexicon-0.82 fails tests with perl-5.12.1
Product: Gentoo Linux Reporter: Torsten Veller (RETIRED) <tove>
Component: New packagesAssignee: Gentoo Perl team <perl>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 319801    

Description Torsten Veller (RETIRED) gentoo-dev 2010-06-19 12:36:32 UTC
dev-perl/locale-maketext-lexicon-0.82 fails tests with perl-5.12.1
if perl-core/locale-maketext-1.13 is installed.

perl-5.12.1 contains Locale::Maketext 1.14 which does not exist on CPAN.
Comment 1 Torsten Veller (RETIRED) gentoo-dev 2010-06-19 12:40:06 UTC
Patch:

-        if defined(%{$module . '::Lexicon'}) or defined(@{$module . '::ISA'});
+        if %{$module . '::Lexicon'} or @{$module . '::ISA'};
Comment 2 Torsten Veller (RETIRED) gentoo-dev 2010-07-14 07:05:02 UTC
Fixed in perl-core/locale-maketext-1.13-r1