table of contents
Sub::Spec::Schema(3pm) | User Contributed Perl Documentation | Sub::Spec::Schema(3pm) |
NAME¶
Sub::Spec::Schema - Sah schema for Sub::Spec spec
VERSION¶
version 1.0.7
SYNOPSIS¶
use Sub::Spec::Schema; # Schema is in $Sub::Spec::Schema::SCHEMA;
DESCRIPTION¶
Extensions which adds spec clauses or other stuffs (e.g. add a new dep clause, or feature) should update the schema to reflect it.
SEE ALSO¶
Sub::Spec
Data::Sah
AUTHOR¶
Steven Haryanto <stevenharyanto@gmail.com>
COPYRIGHT AND LICENSE¶
This software is copyright (c) 2012 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.
2012-02-20 | perl v5.40.0 |