NAME
Data::Schema::Plugin::LoadSchema::Base - Base class for other DSP::LoadSchema::* plugins
VERSION
version 0.132
SYNOPSIS
# see other DSP::LoadSchema::* plugins
ATTRIBUTES
validator
METHODS
get_schema($self, $name)
Return the schema specified by $name
, or undef
if not found. Override this in your subclass.
handle_unknown_type($name)
Load and register schema type if found, or -1 if not found.
AUTHOR
Steven Haryanto <stevenharyanto@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2009 by Steven Haryanto.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.