NAME
Tree::Persist::File - the base class for File plugins for Tree persistence
DESCRIPTION
This class is a base class for the Tree::Persist::File::* hierarchy, which provides File plugins for Tree persistence.
PARAMETERS
In addition to any parameters required by its parent Tree::Persist::Base, the following parameters are required by connect():
type (required)
For any File::* plugin to be used, the type must be 'File' (case-sensitive).
filename (required)
This is the filename that will be used as the datastore.
TODO
Currently, the filename parameter isn't checked for validity or existence.
CODE COVERAGE
Please see the relevant section of Tree::Persist.
SUPPORT
Please see the relevant section of Tree::Persist.
AUTHORS
Rob Kinyon <rob.kinyon@iinteractive.com>
Stevan Little <stevan.little@iinteractive.com>
Thanks to Infinity Interactive for generously donating our time.
COPYRIGHT AND LICENSE
Copyright 2004, 2005 by Infinity Interactive, Inc.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.