-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST
144 lines (143 loc) · 3.54 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
Build.PL
ChangeLog
MANIFEST This list of files
META.json
META.yml
NEWS
README.md
TODO
# t/roundtrip/opbasic/qq.t
doc/OLD_CHANGES.md
doc/precedences.md
doc/notes.md
example/fib.pl
example/five.pl
example/multiline.pl
lib/B/DeparseTree.pm
lib/B/DeparseTree.pod
lib/B/DeparseTree/Fragment.pm
lib/B/DeparseTree/OPflags.pm
lib/B/DeparseTree/PP_OPtable.pm
lib/B/DeparseTree/P514.pm
lib/B/DeparseTree/P516.pm
lib/B/DeparseTree/P518.pm
lib/B/DeparseTree/P520.pm
lib/B/DeparseTree/P522.pm
lib/B/DeparseTree/P524.pm
lib/B/DeparseTree/P526.pm
lib/B/DeparseTree/P528.pm
lib/B/DeparseTree/P526c.pm
lib/B/DeparseTree/PP.pm
lib/B/DeparseTree/PPfns.pm
lib/B/DeparseTree/Printer.pm
lib/B/DeparseTree/SyntaxTree.pm
lib/B/DeparseTree/TreeMain.pm
lib/B/DeparseTree/TreeNode.pm
scripts/Makefile
scripts/README.md
scripts/benchtests.pl
scripts/bug-sample.pm
scripts/deparse.sh
scripts/fib.pl
scripts/frag.pl
t/04-baseops.t
t/04-indirops.t
t/04-mapops.t
t/05-listops.t
t/05-unops.t
t/10-core.t
t/20-deparse-526c.t
t/20-deparse-small.t
t/helper.pm
t/roundtrip/5.014/base/cond.t
t/roundtrip/5.014/base/if.t
t/roundtrip/5.014/base/lex-short1.t
t/roundtrip/5.014/base/lex-short2.t
t/roundtrip/5.014/base/num.t
t/roundtrip/5.014/base/pat.t
t/roundtrip/5.014/base/rs.t
t/roundtrip/5.014/base/term.t
t/roundtrip/5.014/base/translate.t
t/roundtrip/5.014/base/while.t
t/roundtrip/5.014/mro/basic_04_dfs.t
t/roundtrip/5.016/base/cond.t
t/roundtrip/5.016/base/if.t
t/roundtrip/5.016/base/translate.t
t/roundtrip/5.016/base/while.t
t/roundtrip/5.018/cmd/elsif.t
t/roundtrip/5.018/mro/basic_04_dfs.t
t/roundtrip/5.020/base/cond.t
t/roundtrip/5.020/base/if.t
t/roundtrip/5.020/base/lex-short1.t
t/roundtrip/5.020/base/lex-short2.t
t/roundtrip/5.020/base/num.t
t/roundtrip/5.020/base/pat.t
t/roundtrip/5.020/base/rs.t
t/roundtrip/5.020/base/term.t
t/roundtrip/5.020/base/translate.t
t/roundtrip/5.020/base/while.t
t/roundtrip/5.020/cmd/elsif.t
t/roundtrip/5.020/cmd/for.t
t/roundtrip/5.020/mro/basic_04_dfs.t
t/roundtrip/5.022/cmd/elsif.t
t/roundtrip/5.022/cmd/for.t
t/roundtrip/5.022/mro/basic_04_dfs.t
t/roundtrip/5.024/base/cond.t
t/roundtrip/5.024/base/if.t
t/roundtrip/5.024/base/lex-short1.t
t/roundtrip/5.024/base/lex-short2.t
t/roundtrip/5.024/base/num.t
t/roundtrip/5.024/base/pat.t
t/roundtrip/5.024/base/rs.t
t/roundtrip/5.024/base/term.t
t/roundtrip/5.024/base/translate.t
t/roundtrip/5.024/base/while.t
t/roundtrip/5.024/cmd/elsif.t
t/roundtrip/5.024/cmd/for.t
t/roundtrip/5.024/mro/basic_04_dfs.t
t/roundtrip/5.026/base/cond.t
t/roundtrip/5.026/base/if.t
t/roundtrip/5.026/base/lex-short1.t
t/roundtrip/5.026/base/lex-short2.t
t/roundtrip/5.026/base/num.t
t/roundtrip/5.026/base/pat.t
t/roundtrip/5.026/base/rs.t
t/roundtrip/5.026/base/term.t
t/roundtrip/5.026/base/translate.t
t/roundtrip/5.026/base/while.t
t/roundtrip/5.026/cmd/elsif.t
t/roundtrip/5.026/cmd/for.t
t/roundtrip/5.026/mro/basic_04_dfs.t
t/roundtrip/5.028/base/cond.t
t/roundtrip/5.028/base/if.t
t/roundtrip/5.028/base/pat.t
t/roundtrip/5.028/base/translate.t
t/roundtrip/5.028/base/while.t
t/roundtrip/5.028/mro/basic_04_dfs.t
t/roundtrip/Makefile
t/roundtrip/README.md
t/roundtrip/deparse.sh
t/roundtrip/runtests.pl
t/roundtrip/test.pl
t/testdata/P520.pm
t/testdata/P522.pm
t/testdata/P524.pm
t/testdata/P526.pm
t/testdata/README.md
t/testdata/README.pod
t/testdata/baseops.pm
t/testdata/bug-sample.pm
t/testdata/core-ops.pm
t/testdata/indirops.pm
t/testdata/listops.pm
t/testdata/mapops.pm
t/testdata/small.pm
t/testdata/subst.pm
t/testdata/unops.pm
t/unit/01-test-pod.t
t/unit/02-node.t
t/unit/03-ppfns.t
t/unit/03-treemain.t
t/unit/04-fragment.t
t/unit/05-load.t
Makefile.PL