NAME
MetaPOD::Format::JSON::interface::v1_1 - Implementation of JSON/interface format component
VERSION
version 0.3.0
METHODS
supported_interfaces
Spec v1.1 interface
value list.
my @valid_interface_tokens = __SOME_CLASS__->supported_interfaces
In this version, supported interfaces are:
class role type_library exporter single_class function
check_interface
Spec v1.1 interface
Implementation key checking routine
__SOME_CLASS__->check_interface( $interface, $interface, $interface );
Simply goes bang
if $interface
is not in supported_interfaces_v1_1
add_interface
Spec v1.1 interface
Implementation
__SOME_CLASS->add_interface( $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.