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

Name

File::DataClass::Storage::XML::Simple - Read/write XML data storage model

Version

0.8.$Revision: 351 $

Synopsis

   use Moose;

   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

File::DataClass::Storage::XML
XML::Simple

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) 2009 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