NAME
WARC::Record::Stub - WARC record delayed loading stub
SYNOPSIS
use WARC::Record;
DESCRIPTION
This is an internal class used to delay loading of WARC::Record::FromVolume
objects returned from searching indexes. All but the most trivial of accesses to these objects result in loading the actual record and replacing the object with the full object.
AUTHOR
Jacob Bachmeyer, <jcb@cpan.org>
SEE ALSO
COPYRIGHT AND LICENSE
Copyright (C) 2019 by Jacob Bachmeyer
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.