Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 324681 - dev-perl/locale-maketext-lexicon-0.82 fails tests with perl-5.12.1
Summary: dev-perl/locale-maketext-lexicon-0.82 fails tests with perl-5.12.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: perl-5.12.1
  Show dependency tree
 
Reported: 2010-06-19 12:36 UTC by Torsten Veller (RETIRED)
Modified: 2010-07-14 07:05 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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