CC: | aml [...] rulezz.ru |
Subject: | Business::WebMoney compilation fails on 5.8.8 |
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/Business-WebMoney-Exchanger.t .. 1/12
# Failed test 'use Business::WebMoney::Exchanger;'
# at t/Business-WebMoney-Exchanger.t line 9.
# Tried to use 'Business::WebMoney::Exchanger'.
# Error: Bareword "POSIX::LC_ALL" not allowed while "strict subs"
in use at
/root/.cpan/build/Business-WebMoney-0.08-_kA3Aq/blib/lib/Business/WebMoney.pm
line 86.
# Bareword "POSIX::LC_ALL" not allowed while "strict subs" in use at
/root/.cpan/build/Business-WebMoney-0.08-_kA3Aq/blib/lib/Business/WebMoney.pm
line 90.
# Compilation failed in require at
/root/.cpan/build/Business-WebMoney-0.08-_kA3Aq/blib/lib/Business/WebMoney/Exchanger.pm
line 7.
# BEGIN failed--compilation aborted at
/root/.cpan/build/Business-WebMoney-0.08-_kA3Aq/blib/lib/Business/WebMoney/Exchanger.pm
line 7.
# Compilation failed in require at (eval 4) line 2.
# BEGIN failed--compilation aborted at (eval 4) line 2.
Can't locate object method "new" via package
"Business::WebMoney::Exchanger" at t/Business-WebMoney-Exchanger.t line 16.
# Looks like you planned 12 tests but ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test exited with 255 just after 1.
t/Business-WebMoney-Exchanger.t .. Dubious, test returned 255 (wstat
65280, 0xff00)
Failed 12/12 subtests
* * *
In perl 5.10 everything is Ok.