File: MANIFEST

package info (click to toggle)
libtoml-parser-perl 0.91-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,716 kB
  • sloc: perl: 664; sh: 4; makefile: 2
file content (54 lines) | stat: -rw-r--r-- 1,214 bytes parent folder | download | duplicates (3)
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
Build.PL
Changes
LICENSE
META.json
README.md
author/benchmark.pl
author/extract-toml.sh
author/test-case-maker.pl
cpanfile
lib/TOML/Parser.pm
lib/TOML/Parser/Tokenizer.pm
lib/TOML/Parser/Tokenizer/Strict.pm
lib/TOML/Parser/Util.pm
minil.toml
t/000_compile.t
t/001_parser/broken.t
t/001_parser/comma_at_last_of_array.t
t/001_parser/dot_in_key.t
t/001_parser/duplicate_key.t
t/001_parser/empty_array.t
t/001_parser/empty_comment.t
t/001_parser/empty_string.t
t/001_parser/equal_in_key_with_no_spaces.t
t/001_parser/escape.t
t/001_parser/example.t
t/001_parser/example_fruit.t
t/001_parser/float.t
t/001_parser/hard_example.t
t/001_parser/inline_table.t
t/001_parser/integer.t
t/001_parser/multi_line_string.t
t/001_parser/single_quote.t
t/001_parser/string_zero.t
t/001_parser/table.t
t/toml/comma_at_last_of_array.toml
t/toml/dot_in_key.toml
t/toml/empty_array.toml
t/toml/empty_comment.toml
t/toml/empty_string.toml
t/toml/example.toml
t/toml/example_fruit.toml
t/toml/float.toml
t/toml/hard_example.toml
t/toml/inline_table.toml
t/toml/integer.toml
t/toml/multi_line_string.toml
t/toml/single_quote.toml
t/toml/string_zero.toml
t/toml/table.toml
wercker.yml
xt/toml/too_large.toml
xt/too_large.t
META.yml
MANIFEST