1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
Changes
lib/XML/SAX.pm
lib/XML/SAX/DocumentLocator.pm
lib/XML/SAX/Intro.pod
lib/XML/SAX/ParserFactory.pm
lib/XML/SAX/PurePerl.pm
lib/XML/SAX/PurePerl/DebugHandler.pm
lib/XML/SAX/PurePerl/DocType.pm
lib/XML/SAX/PurePerl/DTDDecls.pm
lib/XML/SAX/PurePerl/EncodingDetect.pm
lib/XML/SAX/PurePerl/Exception.pm
lib/XML/SAX/PurePerl/NoUnicodeExt.pm
lib/XML/SAX/PurePerl/Productions.pm
lib/XML/SAX/PurePerl/Reader.pm
lib/XML/SAX/PurePerl/Reader/NoUnicodeExt.pm
lib/XML/SAX/PurePerl/Reader/Stream.pm
lib/XML/SAX/PurePerl/Reader/String.pm
lib/XML/SAX/PurePerl/Reader/UnicodeExt.pm
lib/XML/SAX/PurePerl/Reader/URI.pm
lib/XML/SAX/PurePerl/UnicodeExt.pm
lib/XML/SAX/PurePerl/XMLDecl.pm
LICENSE
Makefile.PL
MANIFEST
META.yml Module meta-data (added by MakeMaker)
README
t/00basic.t
t/01known.t
t/10xmldecl1.t
t/11xmldecl2.t
t/12miscstart.t
t/13int_ent.t
t/14encoding.t
t/15element.t
t/16large.t
t/19pi.t
t/20factory.t
t/21saxini.t
t/30parse_file.t
t/40cdata.t
t/42entities.t
t/99cleanup.t
testfiles/01.xml
testfiles/02a.xml
testfiles/02b.xml
testfiles/03a.xml
testfiles/03b.xml
testfiles/04a.xml
testfiles/06a.xml
testfiles/06b.xml
testfiles/06c.xml
testfiles/06d.xml
testfiles/06e.xml
testfiles/06f.xml
testfiles/06g.xml
testfiles/iso8859_1.xml
testfiles/iso8859_2.xml
testfiles/koi8_r.xml
testfiles/utf-16.xml
testfiles/utf-16le.xml
testfiles/xmltest.xml
META.json Module JSON meta-data (added by MakeMaker)
|