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

version 0.16

PICA::Modification::Request extends PICA::Modification with the following attributes:
Unique identifier of the request.
Optional string to identify the creator of the request.
Status of the modification requests, which is 0 for unprocessed, 1 for applied, and -1 for rejected.
Timestamp when the modification request was created (set automatically).
Timestamp when the modification request was last updated (set automatically).
All timestamps are GMT with format YYYY-MM-DD HH:MM::SS.

Updates the status and sets the updated timestamp.

Jakob Voß <voss@gbv.de>

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.