The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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

WARC::Record

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.