NAME
MetaPOD::Format::JSON::interface - Implementation of JSON/interface format component
VERSION
version 0.2.1
METHODS
supported_interfaces_v1_1
Spec v1.1 interface
value list.
my @valid_interface_tokens = MetaPOD::Format::JSON::interface->supported_interfaces_v1_1
check_interface_v1_1
Spec v1.1 interface
Implementation key checking routine
MetaPOD::Format::JSON::interface->check_interface_v1_1( $interface, $interface, $interface );
Simply goes bang
if $interface
is not in supported_interfaces_v1_1
add_v1_1
Spec v1.1 interface
Implementation
MetaPOD::Format::JSON::interface->add_v1( $data->{interface} , $metapod_result );
AUTHOR
Kent Fredric <kentfredric@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Kent Fredric <kentfredric@gmail.com>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.