forked from grantm/XML-SAX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST
60 lines (59 loc) · 1.16 KB
/
MANIFEST
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
Changes
LICENSE
MANIFEST
Makefile.PL
README
SAX.pm
SAX/Intro.pod
SAX/ParserFactory.pm
SAX/DocumentLocator.pm
SAX/PurePerl.pm
SAX/PurePerl/DTDDecls.pm
SAX/PurePerl/DebugHandler.pm
SAX/PurePerl/DocType.pm
SAX/PurePerl/EncodingDetect.pm
SAX/PurePerl/Exception.pm
SAX/PurePerl/Productions.pm
SAX/PurePerl/Reader.pm
SAX/PurePerl/Reader/Stream.pm
SAX/PurePerl/Reader/String.pm
SAX/PurePerl/Reader/URI.pm
SAX/PurePerl/Reader/UnicodeExt.pm
SAX/PurePerl/Reader/NoUnicodeExt.pm
SAX/PurePerl/UnicodeExt.pm
SAX/PurePerl/NoUnicodeExt.pm
SAX/PurePerl/XMLDecl.pm
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
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/20factory.t
t/21saxini.t
t/40cdata.t
t/42entities.t
t/99cleanup.t
META.yml Module meta-data (added by MakeMaker)