Name

File::DataClass::Storage::Any - Selects storage class using the extension on the path

Synopsis

   use File::DataClass::Schema;

   my $schema = File::DataClass::Schema->new( storage_class => q(Any) );

   my $loaded = $schema->load( 'data_file1.xml', 'data_file2.json' );

Description

Selects storage class using the extension on the path

Configuration and Environment

Defines the following attributes;

schema

A weakened reference to the schema object

Subroutines/Methods

create_or_update

delete

dump

extn

insert

load

meta_pack

meta_unpack

read_file

select

txn_do

update

validate_params

Diagnostics

None

Dependencies

File::DataClass::Storage
Moo

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, <pjfl@cpan.org>

License and Copyright

Copyright (c) 2016 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