File: MANIFEST

package info (click to toggle)
libtext-csv-encoded-perl 0.10-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 204 kB
  • sloc: perl: 410; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 683 bytes parent folder | download | duplicates (2)
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
Changes
lib/Text/CSV/Encoded.pm
lib/Text/CSV/Encoded/Coder/Base.pm
lib/Text/CSV/Encoded/Coder/Encode.pm
lib/Text/CSV/Encoded/Coder/EncodeGuess.pm
Makefile.PL
MANIFEST
META.yml			Module meta-data (added by MakeMaker)
README
sample/sjis.csv
sample/utf8.csv
t/00_pod.t			Check if pod is valid
t/01_use.t
t/02_undef.t
t/03_attr_err.t
t/_setup.pm
t/pp_01_base.t
t/pp_02_code.t
t/pp_03_file.t
t/pp_04_uni_but_utf8.t
t/pp_05_guess.t
t/pp_06_coder_class.t
t/pp_07_coder_check_value.t
t/tests/01_base.t
t/tests/02_code.t
t/tests/03_file.t
t/tests/04_uni_but_utf8.t
t/tests/05_guess.t
t/tests/06_coder_class.t
t/tests/07_coder_check_value_euc-jp.t
t/xs_01_base.t
t/xs_02_code.t
t/xs_03_file.t