Changes for version 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

Changes for version 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

Changes for version 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

Changes for version 0.0.0_1 - 2019-08-16

  • original version as POD specification

Modules

Web ARChive support for Perl
Web ARChive construction support for Perl
Interface to a group of WARC files
datestamp objects for WARC library
WARC record headers and application/warc-fields
base class for WARC index classes
abstract base class for building indexes
abstract base class for WARC::Index entries
CDX index support for WARC library
build CDX WARC indexes
CDX WARC index entries
SDBM index support for WARC library
build SDBM WARC indexes
SDBM WARC index entries
one record from a WARC file
data block from a WARC file
WARC record from a WARC file
Web ARChive file access for Perl