Group
Extension

Matches 11

MetaPOD ( K/KE/KENTNL/MetaPOD-v0.4.0.tar.gz, KENTNL, 2017; MetaCPAN )
MetaPOD/lib/MetaPOD.pm ( view source; MetaCPAN )
- An evolution of POD

=head1 VERSION

version v0.4.0

=begin MetaPOD::JSON v1.1.0

{ "namespace":"MetaPOD" }


=end MetaPOD::JSON

=head1 What is MetaPOD

=head2 1. Documentation About Documentation
general specification for all forms of MetaPOD

=item * L<< C<MetaPOD::JSON>|MetaPOD::JSON >> - Information specific to the C<JSON> based implementation of MetaPOD

=back

=head1 People who are wantin
MetaPOD ( K/KE/KENTNL/MetaPOD-v0.4.0.tar.gz, KENTNL, 2017; MetaCPAN )
MetaPOD/lib/MetaPOD/Exception/Decode/Data.pm ( view source; MetaCPAN )
decoder

=begin MetaPOD::JSON v1.1.0

{
    "namespace":"MetaPOD::Exception::Decode::Data",
    "interface":"class",
    "inherits":"MetaPOD::Exception"
}


=end MetaPOD::JSON

=head1 AUTHOR

Kent Fre
MetaPOD ( K/KE/KENTNL/MetaPOD-v0.4.0.tar.gz, KENTNL, 2017; MetaCPAN )
MetaPOD/corpus/json/01_format_basic.pm ( view source; MetaCPAN )
use strict;
use warnings;

=begin MetaPOD::JSON v1.0.0

{
    "namespace":"Example",
    "inherits":"Bar"
}

=end MetaPOD::JSON


MetaPOD ( K/KE/KENTNL/MetaPOD-v0.4.0.tar.gz, KENTNL, 2017; MetaCPAN )
MetaPOD/corpus/json/02_format_inherit_array.pm ( view source; MetaCPAN )
use strict;
use warnings;

=begin MetaPOD::JSON v1.0.0

{
    "namespace":"Example",
    "inherits": [ "Bar", "Baz" ]
}

=end MetaPOD::JSON


MetaPOD ( K/KE/KENTNL/MetaPOD-v0.4.0.tar.gz, KENTNL, 2017; MetaCPAN )
MetaPOD/lib/MetaPOD/Assembler.pm ( view source; MetaCPAN )
       => ro =>,
  required => 1,
  lazy     => 1,
  builder  => sub {
    return { 'JSON' => 'MetaPOD::Format::JSON', };
  },
);







sub assemble_handle {
  my ( $self, $handle ) = @_;
  $self->cl
hould be enough for the majority of use-cases.

At present, C<MetaPOD::Assembler> only supports C<JSON> specification out-of-the-box,
but you can extend it to support any other defined specifications 
the format map

    my $assembler = MetaPOD::Assembler->new( format_map => {
        JSON => 'MetaPOD::Format::JSON',
        YAML => 'MyProject::Format::YAML',
    });

=head1 METHODS

=head2 assembl
MetaPOD ( K/KE/KENTNL/MetaPOD-v0.4.0.tar.gz, KENTNL, 2017; MetaCPAN )
MetaPOD/corpus/json/03_format_inherit_multi.pm ( view source; MetaCPAN )
 strict;
use warnings;

=begin MetaPOD::JSON v1.0.0

{
    "namespace":"Example",
    "inherits": [ "Bar", "Baz" ]
}

=end MetaPOD::JSON

=cut

=for MetaPOD::JSON v1.0.0 { "inherits": "Quux" }

=cut

MetaPOD ( K/KE/KENTNL/MetaPOD-v0.4.0.tar.gz, KENTNL, 2017; MetaCPAN )
MetaPOD/lib/MetaPOD/Result.pm ( view source; MetaCPAN )
ce( @interface );

=begin MetaPOD::JSON v1.1.0

{
    "namespace": "MetaPOD::Result",
    "inherits" : "Moo::Object",
    "interface": "class"
}


=end MetaPOD::JSON

=head1 AUTHOR

Kent Fredric <kent
MetaPOD ( K/KE/KENTNL/MetaPOD-v0.4.0.tar.gz, KENTNL, 2017; MetaCPAN )
MetaPOD/lib/MetaPOD/Role/Format.pm ( view source; MetaCPAN )
) = $role->_supported_versions;

=begin MetaPOD::JSON v1.1.0

{
    "namespace": "MetaPOD::Role::Format",
    "interface": "role"
}


=end MetaPOD::JSON

=head1 AUTHOR

Kent Fredric <kentnl@cpan.org>
MetaPOD ( K/KE/KENTNL/MetaPOD-v0.4.0.tar.gz, KENTNL, 2017; MetaCPAN )
MetaPOD/lib/MetaPOD/Exception.pm ( view source; MetaCPAN )

version v0.4.0

=begin MetaPOD::JSON v1.1.0

{
    "namespace":"MetaPOD::Exception",
    "interface":"class",
    "inherits":"Throwable::Error"
}


=end MetaPOD::JSON

=head1 AUTHOR

Kent Fredric <ke
MetaPOD ( K/KE/KENTNL/MetaPOD-v0.4.0.tar.gz, KENTNL, 2017; MetaCPAN )
MetaPOD/lib/MetaPOD/Extractor.pm ( view source; MetaCPAN )
( $POD_EVENT );

=begin MetaPOD::JSON v1.1.0

{
    "namespace": "MetaPOD::Extractor",
    "inherits" : "Pod::Eventual",
    "interface": "class"
}


=end MetaPOD::JSON

=head1 AUTHOR

Kent Fredric <k
MetaPOD ( K/KE/KENTNL/MetaPOD-v0.4.0.tar.gz, KENTNL, 2017; MetaCPAN )
MetaPOD/maint/perlcritic.rc.gen.pl ( view source; MetaCPAN )
ENTNL');
$bundle->configure;

my @stopwords = (qw(
   MetaPOD deduplicated behaviour unrecognised JSON namespace behaviours directionally
));
for my $var (@stopwords) {
  $bundle->add_or_append_policy

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.