Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 08-May-2022 | - | ||||
data-fail/ | H | 08-May-2022 | - | 299 | 292 | |
data-fixable/ | H | 08-May-2022 | - | 1,073 | 1,039 | |
data-test/ | H | 08-May-2022 | - | 1,222 | 1,204 | |
data-valid/ | H | 08-May-2022 | - | 449 | 436 | |
lib/Parse/CPAN/Meta/ | H | 08-May-2022 | - | 86 | 69 | |
parse-cpan-meta/ | H | 08-May-2022 | - | 303 | 216 | |
README-data.txt | H A D | 08-May-2022 | 622 | 16 | 11 | |
converter-bad.t | H A D | 08-May-2022 | 2.7 KiB | 80 | 72 | |
converter-fail.t | H A D | 08-May-2022 | 1.2 KiB | 45 | 37 | |
converter-fragments.t | H A D | 08-May-2022 | 4 KiB | 162 | 155 | |
converter.t | H A D | 08-May-2022 | 10.4 KiB | 313 | 285 | |
load-bad.t | H A D | 08-May-2022 | 805 | 29 | 22 | |
merge.t | H A D | 08-May-2022 | 5.7 KiB | 229 | 208 | |
meta-obj.t | H A D | 08-May-2022 | 6.6 KiB | 282 | 239 | |
no-index.t | H A D | 08-May-2022 | 1.8 KiB | 93 | 77 | |
optional_feature-merge.t | H A D | 08-May-2022 | 3.2 KiB | 146 | 130 | |
prereqs-finalize.t | H A D | 08-May-2022 | 2.2 KiB | 96 | 66 | |
prereqs-merge.t | H A D | 08-May-2022 | 2.4 KiB | 135 | 119 | |
prereqs.t | H A D | 08-May-2022 | 3.7 KiB | 179 | 145 | |
repository.t | H A D | 08-May-2022 | 4.4 KiB | 232 | 212 | |
save-load.t | H A D | 08-May-2022 | 3.7 KiB | 134 | 113 | |
validator.t | H A D | 08-May-2022 | 1.2 KiB | 48 | 40 |
README-data.txt
1There are three test data directories: 2 3- 'data-test': These files are valid META files that test *specific* 4 conversions and are expected to have specific data in them during 5 testing. Do not put new test data here unless you are sure it meets all 6 requirements needed to pass. 7 8- 'data-valid': These files are valid META files. Some may be improved by 9 the Converter (particularly upconverting from ancient specs). 10 11- 'data-fixable': These files are bad META files that fail validation, but 12 can be fixed via the Converter. 13 14- 'data-fail': These files are bad META files that fail validation and 15 can't be fixed. 16