Hi,
i got error while installing HoneyClient::Util. Here is my output:
tomek@tomek-corpo:~/source/honeyclient/HoneyClient-Util-0.98$ perl Makefile.PL
*** Module::AutoInstall version 1.02
*** Checking for Perl dependencies...
[Core Features]
- Carp ...loaded. (1.04)
- Data::Dumper ...loaded. (2.121_08)
- Log::Dispatch::Syslog ...loaded. (1.18)
- Log::Log4perl ...loaded. (1.14)
- SOAP::Lite ...loaded. (0.70_03 >= 0.67)
- SOAP::Transport::HTTP ...loaded. (0.70_03)
- Sys::Syslog ...loaded. (0.23)
Cannot reliably compare non-decimal formatted versions.
Please install version.pm or Sort::Versions.
- XML::Tidy ...loaded. (1.2.54HJnFa)
- XML::XPath ...loaded. (1.13)
*** Module::AutoInstall configuration finished.
Checking if your kit is complete...
Looks good
Writing Makefile for HoneyClient::Util
tomek@tomek-corpo:~/source/honeyclient/HoneyClient-Util-0.98$ sudo make
cp lib/HoneyClient/Util/SOAP.pm blib/lib/HoneyClient/Util/SOAP.pm
cp lib/HoneyClient/Util/Config.pm blib/lib/HoneyClient/Util/Config.pm
Manifying blib/man3/HoneyClient::Util::Config.3
Manifying blib/man3/HoneyClient::Util::SOAP.3
tomek@tomek-corpo:~/source/honeyclient/HoneyClient-Util-0.98$ sudo make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/honeyclient_util_config.t t/honeyclient_util_soap.tt/honeyclient_util_config......2/0 PositionContext: Parse position is outside of buffer at /usr/local/lib/perl5/site_perl/5.8.8/i686-linux-thread-multi/XML/Parser/Expat.pm line 352.
# Looks like your test died just after 23.
t/honeyclient_util_config...... Dubious, test returned 255 (wstat 65280, 0xff00)
All 23 subtests passed
t/honeyclient_util_soap........1/0 Argument "0.70_03" isn't numeric in subroutine entry at /home/tomek/source/honeyclient/HoneyClient-Util-0.98/blib/lib/HoneyClient/Util/SOAP.pm line 226.
t/honeyclient_util_soap........ok
Test Summary Report
-------------------
t/honeyclient_util_config.t (Wstat: 65280 Tests: 23 Failed: 0)
Non-zero exit status: 255
Files=2, Tests=40, 2 wallclock secs ( 0.02 usr 0.00 sys + 0.64 cusr 0.04 csys = 0.70 CPU)
Result: FAIL
Failed 1/2 test programs. 0/40 subtests failed.
make: *** [test_dynamic] Error 255