Name
File::DataClass::Storage::XML::Simple - Read/write XML data storage model
Version
This document describes version v0.26.$Rev: 1 $
Synopsis
use Moo;
extends qw(File::DataClass::Schema);
has '+storage_class' => default => q(XML::Simple);
Description
Uses XML::Simple to read and write XML files
Subroutines/Methods
_read_file
Defines the closure that reads the file, parses the DTD, parses the file using XML::Simple. Calls read file with locking in the base class
_write_file
Defines the closure that writes the DTD and data to file
Diagnostics
None
Configuration and Environment
None
Dependencies
Incompatibilities
There are no known incompatibilities in this module
Bugs and Limitations
There are no known bugs in this module. Please report problems to the address below. Patches are welcome
Author
Peter Flanigan, <Support at RoxSoft.co.uk>
License and Copyright
Copyright (c) 2013 Peter Flanigan. All rights reserved
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic
This program is distributed in the hope that it will be useful, but WITHOUT WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE