The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

PICA::Modification::Request - Request for modification of an identified PICA+ record

VERSION

version 0.16

DESCRIPTION

PICA::Modification::Request extends PICA::Modification with the following attributes:

request

Unique identifier of the request.

creator

Optional string to identify the creator of the request.

status

Status of the modification requests, which is 0 for unprocessed, 1 for applied, and -1 for rejected.

created

Timestamp when the modification request was created (set automatically).

updated

Timestamp when the modification request was last updated (set automatically).

All timestamps are GMT with format YYYY-MM-DD HH:MM::SS.

METHODS

update ( $status )

Updates the status and sets the updated timestamp.

AUTHOR

Jakob Voß <voss@gbv.de>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Jakob Voß.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.