eisseven > tar xzf XML-SAX-0.96.tar.gz eisseven > cd XML-SAX-0.96 eisseven > perl Makefile.PL Checking if your kit is complete... Looks good Warning: prerequisite XML::NamespaceSupport 0.03 not found. Writing Makefile for XML::SAX::Base Writing Makefile for XML::SAX eisseven > cd .. eisseven > cd XML-SAX-0.96 eisseven > perl Makefile.PL Writing Makefile for XML::SAX::Base Writing Makefile for XML::SAX eisseven > make cp SAX/PurePerl/Exception.pm blib/lib/XML/SAX/PurePerl/Exception.pm cp SAX/PurePerl/UnicodeExt.pm blib/lib/XML/SAX/PurePerl/UnicodeExt.pm cp SAX/ParserFactory.pm blib/lib/XML/SAX/ParserFactory.pm cp SAX/PurePerl/NoUnicodeExt.pm blib/lib/XML/SAX/PurePerl/NoUnicodeExt.pm cp SAX/PurePerl/DocType.pm blib/lib/XML/SAX/PurePerl/DocType.pm cp SAX/PurePerl/Reader/UnicodeExt.pm blib/lib/XML/SAX/PurePerl/Reader/UnicodeExt.pm cp SAX/DocumentLocator.pm blib/lib/XML/SAX/DocumentLocator.pm cp SAX/PurePerl/Reader/Stream.pm blib/lib/XML/SAX/PurePerl/Reader/Stream.pm cp SAX/PurePerl/EncodingDetect.pm blib/lib/XML/SAX/PurePerl/EncodingDetect.pm cp SAX.pm blib/lib/XML/SAX.pm cp SAX/PurePerl/DebugHandler.pm blib/lib/XML/SAX/PurePerl/DebugHandler.pm cp SAX/PurePerl/Productions.pm blib/lib/XML/SAX/PurePerl/Productions.pm cp SAX/PurePerl/XMLDecl.pm blib/lib/XML/SAX/PurePerl/XMLDecl.pm cp SAX/PurePerl/Reader/NoUnicodeExt.pm blib/lib/XML/SAX/PurePerl/Reader/NoUnicodeExt.pm cp SAX/PurePerl/Reader/String.pm blib/lib/XML/SAX/PurePerl/Reader/String.pm cp SAX/PurePerl/Reader/URI.pm blib/lib/XML/SAX/PurePerl/Reader/URI.pm cp SAX/PurePerl/DTDDecls.pm blib/lib/XML/SAX/PurePerl/DTDDecls.pm cp SAX/Intro.pod blib/lib/XML/SAX/Intro.pod cp SAX/PurePerl.pm blib/lib/XML/SAX/PurePerl.pm cp SAX/PurePerl/Reader.pm blib/lib/XML/SAX/PurePerl/Reader.pm make[1]: Entering directory `/usr/src/perl/XML-SAX-0.96/XML-SAX-Base' cp lib/XML/SAX/placeholder.pl ../blib/lib/XML/SAX/placeholder.pl cp lib/XML/SAX/Base.pm ../blib/lib/XML/SAX/Base.pm cp lib/XML/SAX/Exception.pm ../blib/lib/XML/SAX/Exception.pm make[1]: Leaving directory `/usr/src/perl/XML-SAX-0.96/XML-SAX-Base' eisseven > make test make[1]: Entering directory `/usr/src/perl/XML-SAX-0.96/XML-SAX-Base' make[1]: Leaving directory `/usr/src/perl/XML-SAX-0.96/XML-SAX-Base' PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00basic.t ...... ok t/01known.t ...... ok t/10xmldecl1.t ... ok t/11xmldecl2.t ... ok t/12miscstart.t .. ok t/13int_ent.t .... ok t/14encoding.t ... ok t/15element.t .... ok t/16large.t ...... 1/3 parsed 80085 bytes in 0 seconds t/16large.t ...... ok t/20factory.t .... ok t/21saxini.t ..... ok t/40cdata.t ...... ok t/42entities.t ... ok t/99cleanup.t .... ok All tests successful. Files=14, Tests=106, 3 wallclock secs ( 0.09 usr 0.04 sys + 3.46 cusr 0.10 csys = 3.69 CPU) Result: PASS make[1]: Entering directory `/usr/src/perl/XML-SAX-0.96/XML-SAX-Base' PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, '../blib/lib', '../blib/arch')" t/*.t t/00basic.t ............. ok t/01exception.t ......... ok t/01simpledriver.t ...... ok t/02simplefilter.t ...... ok t/03chdriver.t .......... ok t/04chfilter.t .......... ok t/05dtdhdriver.t ........ ok t/06lexhdriver.t ........ ok t/07declhdriver.t ....... ok t/08errorhdriver.t ...... ok t/09resoldriver.t ....... ok t/10dochdriver.t ........ ok t/11sax1multiclass.t .... ok t/12sax2multiclass.t .... ok t/13handlerswitch.t ..... ok t/14downstreamswitch.t .. ok t/15parentswitch.t ...... ok t/16gethandlers.t ....... ok All tests successful. Files=18, Tests=137, 1 wallclock secs ( 0.10 usr 0.06 sys + 1.17 cusr 0.14 csys = 1.47 CPU) Result: PASS make[1]: Leaving directory `/usr/src/perl/XML-SAX-0.96/XML-SAX-Base' eisseven >