Yes, all the tests passed and are clean: clone# /tmp/gmake test gmake1: Entering directory `/tmp/Perl-Module/XML-Parser-2.34/Expat' gmake1: Leaving directory `/tmp/Perl-Module/XML-Parser-2.34/Expat' PERL_DL_NONLAZY=1 /opt/perl_32/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/astress......... t/astress.........1/27 t/astress.........ok t/cdata........... t/cdata...........1/2 t/cdata...........ok t/decl............ t/decl............1/30 t/decl............ok t/defaulted....... t/defaulted.......1/4 t/defaulted.......ok t/encoding........"my" variable $p masks earlier declaration in same scope at t/encoding.t line 94. t/encoding........1/6 t/encoding........ok t/external_ent.... t/external_ent....1/5 t/external_ent....ok t/file............ t/file............1/2 t/file............ok t/finish.......... t/finish..........1/3 t/finish..........ok t/namespaces...... t/namespaces......1/16 t/namespaces......ok t/parament........ t/parament........1/12 t/parament........ok t/partial......... t/partial.........1/3 t/partial.........ok t/skip............ t/skip............1/4 t/skip............ok t/stream.......... t/stream..........1/3 t/stream..........ok t/styles.......... t/styles..........1/13 t/styles..........ok All tests successful. Files=14, Tests=130, 4 wallclock secs ( 0.25 usr 0.14 sys + 3.29 cusr 0.60 csys = 4.28 CPU) Result: PASS And as mentioned, the error is not seen if i am using older version of perl.

In reply to Re^4: XML::Parser: error in processing external entity reference at line ... by radamdeys
in thread XML::Parser: error in processing external entity reference at line ... by radamdeys

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.