I'm trying to install Data::Apache::mod_status with cpan and tests fail. All dependencies are ok. I tried then forcing install:
cpan[1]> force install Data::Apache::mod_status CPAN: Storable loaded ok (v2.18) Going to read /root/.cpan/Metadata Database was generated on Fri, 25 Sep 2009 08:28:14 GMT CPAN: YAML loaded ok (v0.68) Going to read /root/.cpan/build/ ...................................................................... +......DONE Found 3 old builds, restored the state of 3 Running install for module 'Data::Apache::mod_status' Running make for J/JK/JKUTEJ/Data-Apache-mod_status-0.01.tar.gz Has already been unwrapped into directory /root/.cpan/build/Data-Apa +che-mod_status-0.01-P32AyL Has already been made Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_h +arness(0, 'blib/lib', 'blib/arch')" t/*.t t/01_Data-Apache-mod_status.t .. XML-LibXML-Element contains invalid c +haracters for a type name. Names can contain alphanumeric character, +":", and "." Compilation failed in require at /root/.cpan/build/Data-Apache-mod_sta +tus-0.01-P32AyL/blib/lib/Data/Apache/mod_status.pm line 43. BEGIN failed--compilation aborted at /root/.cpan/build/Data-Apache-mod +_status-0.01-P32AyL/blib/lib/Data/Apache/mod_status.pm line 43. Compilation failed in require at t/01_Data-Apache-mod_status.t line 16 +. BEGIN failed--compilation aborted at t/01_Data-Apache-mod_status.t lin +e 16. t/01_Data-Apache-mod_status.t .. Dubious, test returned 255 (wstat 652 +80, 0xff00) No subtests run Test Summary Report ------------------- t/01_Data-Apache-mod_status.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: No plan found in TAP output Files=1, Tests=0, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.34 cusr + 0.04 csys = 0.40 CPU) Result: FAIL Failed 1/1 test programs. 0/0 subtests failed. make: *** [test_dynamic] Error 255 JKUTEJ/Data-Apache-mod_status-0.01.tar.gz /usr/bin/make test -- NOT OK //hint// to see the cpan-testers results for installing this module, t +ry: reports JKUTEJ/Data-Apache-mod_status-0.01.tar.gz Running make install Installing /usr/local/lib/perl5/site_perl/5.10.0/Data/Apache/mod_statu +s.pm Writing /usr/local/lib64/perl5/site_perl/5.10.0/x86_64-linux-thread-mu +lti/auto/Data/Apache/mod_status/.packlist Appending installation info to /usr/lib64/perl5/5.10.0/x86_64-linux-th +read-multi/perllocal.pod JKUTEJ/Data-Apache-mod_status-0.01.tar.gz /usr/bin/make install -- OK Failed during this command: JKUTEJ/Data-Apache-mod_status-0.01.tar.gz : make_test FAILED but f +ailure ignored because 'force' in effect
Output of perl script that call this module:
XML-LibXML-Element contains invalid characters for a type name. Names +can contain alphanumeric character, ":", and "." Compilation failed in require at /usr/local/lib/perl5/site_perl/5.10.0 +/Data/Apache/mod_status.pm line 43. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5. +10.0/Data/Apache/mod_status.pm line 43. Compilation failed in require at ./test.pl line 2. BEGIN failed--compilation aborted at ./test.pl line 2.
What I'm doing wrong? Thank you!

In reply to errors on Data::Apache::mod_status by mrc

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.