Name
File::DataClass::Storage::Any - Selects storage class using the extension on the path
Version
0.1.$Revision: 381 $
Synopsis
use File::DataClass::Schema;
my $schema = File::DataClass::Schema->new( storage_class => q(Any) );
my $data = $schema->load( 'data_file1.xml', 'data_file2.json' );
Description
Selects storage class using the extension on the path
Subroutines/Methods
delete
dump
extensions
Class method that proxies the call to "extensions" in File::DataClass::Storage
insert
load
select
txn_do
update
validate_params
Configuration and Environment
None
Diagnostics
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
Acknowledgements
Larry Wall - For the Perl programming language
Author
Peter Flanigan, <Support at RoxSoft.co.uk>
License and Copyright
Copyright (c) 2012 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