Revision history for Perl module distribution WARC.
0.0.0_4 2019-09-08
- quick release after previous release had 100% FAIL on CPAN Testers
- fix bug in WARC::Record tests that was causing random failures
- fix missing "use overload fallback => 1" in WARC::Volume
- bizarrely, the tests passed here without it
- implement WARC::Index index system registration
0.0.0_3 2019-09-07
- skip POD verification test if Pod::Checker is too old
- implement WARC::Date
- implement WARC::Volume
- implement basic support for reading WARC files
- WARC::Record::Block
- part of WARC::Record
- part of WARC::Record::FromVolume
- WARC::Fields
- test performance improved
- ->as_block now uses strict UTF-8
- parsing tests now skipped if Perl core lacks in-memory files
- document 'sl' gzip extension header generated by GNU Wget
- WARC::Builder will also support writing this header
- WARC::Record uses this header if available
0.0.0_2 2019-08-31
- skip POD verification test if Pod::Checker is not available
- improve unit tests
- tests now "use strict" and "use warnings"
- tests now abort if loading target module fails
- implement WARC::Fields
- declare dependency on Scalar::Util for WARC::Fields
0.0.0_1 2019-08-16
- original version as POD specification