forked from avar/YAML-Syck
-
Notifications
You must be signed in to change notification settings - Fork 16
/
MANIFEST
62 lines (62 loc) · 918 Bytes
/
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
61
62
bytecode.c
Changes
COMPATIBILITY
COPYING
emitter.c
gram.c
gram.h
handler.c
implicit.c
inc/ExtUtils/HasCompiler.pm
lib/JSON/Syck.pm
lib/YAML/Dumper/Syck.pm
lib/YAML/Loader/Syck.pm
lib/YAML/Syck.pm
Makefile.PL
MANIFEST
node.c
perl_common.h
perl_syck.h
ppport.h
ppport_math.h
ppport_sort.h
README.md
syck.h
Syck.xs
syck_.c
syck_st.c
syck_st.h
t/1-basic.t
t/11-loadfile.t
t/12-dumpfile.t
t/2-scalars.t
t/3-objects.t
t/4-perl_tag_scheme.t
t/bug/doesnt-stringify.t
t/bug/rt-41141.t
t/bug/rt-49404-double_free.t
t/bug/rt-54167.t
t/json-basic.t
t/json-circular-ref.t
t/json-crlf.t
t/json-dumpinto.t
t/json-empty.t
t/json-indent.t
t/json-loadfile.t
t/json-minus.t
t/json-newline.t
t/json-null.t
t/json-numbers.t
t/json-refs.t
t/json-singlequote.t
t/leak.t
t/load-blessed.t
t/TestYAML.pm
t/yaml-alias.t
t/yaml-blessed-ref.t
t/yaml-dumpinto.t
t/yaml-implicit-warnings.t
t/yaml-str-colon-first.t
t/yaml-tie.t
t/yaml-utf.t
token.c