eisseven > tar xzf XML-Simple-2.18.tar.gz eisseven > cd XML-Simple-2.18 eisseven > perl Makefile.PL Checking installed modules ... XML::Parser is installed, it will be used by the test suite Checking if your kit is complete... Looks good Writing Makefile for XML::Simple eisseven > make cp lib/XML/Simple/FAQ.pod blib/lib/XML/Simple/FAQ.pod cp lib/XML/Simple.pm blib/lib/XML/Simple.pm eisseven > make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Package Version # perl 5.12.0 # XML::Simple 2.18 # Storable 2.22 # XML::Parser 2.36 (default parser) # XML::SAX Not Installed t/0_Config.t ...... ok t/1_XMLin.t ....... ok t/2_XMLout.t ...... ok t/3_Storable.t .... ok t/4_MemShare.t .... ok t/5_MemCopy.t ..... ok t/6_ObjIntf.t ..... ok t/7_SaxStuff.t .... skipped: no XML::SAX t/8_Namespaces.t .. skipped: no XML::SAX t/9_Strict.t ...... ok t/A_XMLParser.t ... ok t/B_Hooks.t ....... ok All tests successful. Files=12, Tests=474, 13 wallclock secs ( 0.23 usr 0.05 sys + 3.11 cusr 0.12 csys = 3.51 CPU) Result: PASS eisseven > tar xzf XML-Simple-2.18.tar.gz eisseven > cd XML-Simple-2.18 eisseven > perl Makefile.PL Checking installed modules ... XML::SAX is installed, it will be used by the test suite Checking if your kit is complete... Looks good Writing Makefile for XML::Simple eisseven > make cp lib/XML/Simple/FAQ.pod blib/lib/XML/Simple/FAQ.pod cp lib/XML/Simple.pm blib/lib/XML/Simple.pm eisseven > make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Package Version # perl 5.12.0 # XML::Simple 2.18 # Storable 2.22 # XML::Parser 2.36 # XML::SAX 0.96 # XML::NamespaceSupport 1.11 # XML::SAX::PurePerl 0.96 (default parser) t/0_Config.t ...... ok t/1_XMLin.t ....... ok t/2_XMLout.t ...... ok t/3_Storable.t .... ok t/4_MemShare.t .... ok t/5_MemCopy.t ..... ok t/6_ObjIntf.t ..... ok t/7_SaxStuff.t .... ok t/8_Namespaces.t .. ok t/9_Strict.t ...... ok t/A_XMLParser.t ... ok t/B_Hooks.t ....... ok All tests successful. Files=12, Tests=496, 18 wallclock secs ( 0.19 usr 0.06 sys + 7.35 cusr 0.29 csys = 7.89 CPU) Result: PASS