| Changes | |
| lib/Text/CSV.pm [pod] | |
| lib/Text/CSV_PP.pm [pod] | |
| Makefile.PL | |
| MANIFEST | |
| README | |
| # | test suits are copied and modified from Text::CSV_XS |
| t/00_pod.t | Check if pod is valid |
| t/10_base.t | Base tests (combine and parse only) |
| t/12_acc.t | Accessor methods |
| t/15_flags.t | Basic flag tests |
| t/20_file.t | IO tests (print and getline) global handles |
| t/21_lexicalio.t | IO tests (print and getline) lexical handles |
| t/22_scalario.t | IO tests (print and getline) scalar io (perlio) |
| t/30_types.t | Tests for the "types" attribute. |
| t/40_misc.t | Binary mode tests |
| t/41_null.t | NULL test in combination with line endings |
| t/45_eol.t | Embedded EOL |
| t/46_eol_si.t | Embedded EOL using scalar io (perlio) |
| t/50_utf8.t | Unicode stress tests |
| t/51_utf8.t | Unicode IO encoding tests |
| t/55_combi.t | Different CSV character combinations |
| t/60_samples.t | Miscellaneous problems from the modules history. |
| t/65_allow.t | Allow bad formats |
| t/70_rt.t | Tests based on RT reports (for Text::CSV_XS) |
| t/71_pp.t | Tests for bug report fixes or patches (for Text::CSV_PP) |
| t/75_hashref.t | getline_hr related tests |
| t/76_magic.t | array_ref from magig (useless for Text::CSV_PP) |
| t/77_getall.t | gat all rows at once |
| t/80_diag.t | Error diagnostics |
| t/81_subclass.t | Subclassed |
| files/macosx.csv | A CSV files exported on MacOSX |
| files/utf8.csv | A UTF-8 encode test file |
| t/util.pl | Extra test utilities |
| META.yml | Module meta-data (added by MakeMaker) |