Group
Extension

Matches 35358

Path-FindDev ( K/KE/KENTNL/Path-FindDev-v0.5.3.tar.gz, KENTNL, 2017; MetaCPAN )
Path-FindDev/lib/Path/FindDev/Object.pm ( view source; MetaCPAN )
ev directory

=begin MetaPOD::JSON v1.1.0

{
    "namespace":"Path::FindDev::Object",
    "interface":"class",
    "inherits":"Class::Tiny::Object"
}


=end MetaPOD::JSON

=head1 AUTHOR

Kent Fredric 
App-cpanm-meta-checker ( K/KE/KENTNL/App-cpanm-meta-checker-0.001002.tar.gz, KENTNL, 2017; MetaCPAN )
App-cpanm-meta-checker/lib/App/cpanm/meta/checker.pm ( view source; MetaCPAN )
 a few auxiliary files:

    $SITELIB/.meta/DISTNAME-DISTVERSION/MYMETA.json
    $SITELIB/.meta/DISTNAME-DISTVERSION/install.json

These files describe several things, such as dependencies
declared by
Net-Travis-API ( K/KE/KENTNL/Net-Travis-API-0.002001.tar.gz, KENTNL, 2017; MetaCPAN )
Net-Travis-API/lib/Net/Travis/API.pm ( view source; MetaCPAN )
N

version 0.002001

=begin MetaPOD::JSON v1.1.0

{
    "namespace":"Net::Travis::API",
    "interface":"class",
    "inherits":"Moo::Object"
}


=end MetaPOD::JSON

=head1 DEVELOPMENT

This code is h
Path-IsDev ( K/KE/KENTNL/Path-IsDev-1.001003.tar.gz, KENTNL, 2017; MetaCPAN )
Path-IsDev/lib/Path/IsDev.pm ( view source; MetaCPAN )
, so you'll only get the "default".

=begin MetaPOD::JSON v1.1.0

{
    "namespace":"Path::IsDev",
    "interface":"exporter"
}


=end MetaPOD::JSON

=head1 UNDERSTANDING AND DEBUGGING THIS MODULE

Un
=0] + ::Tool::ModuleBuild => 0 : Build.PL does not exist
    [Path::IsDev=0] + ::META => 0 : META.json does not exist
    [Path::IsDev=0] + ::META => 1 : META.yml exists
    [Path::IsDev=0] + ::META =
|Path::IsDev::Heuristic::META >> - C<META.yml>/C<META.json>

=item * L<< C<MYMETA>|Path::IsDev::Heuristic::MYMETA >> - C<MYMETA.yml>/C<MYMETA.json>

=item * L<< C<Makefile>|Path::IsDev::Heuristic::Mak
Path-IsDev ( K/KE/KENTNL/Path-IsDev-1.001003.tar.gz, KENTNL, 2017; MetaCPAN )
Path-IsDev/lib/Path/IsDev/Heuristic/TestDir.pm ( view source; MetaCPAN )
es( $result_object ) ) {
        # one of the directories in ->dirs exists
    }

=begin MetaPOD::JSON v1.1.0

{
    "namespace":"Path::IsDev::Heuristic::TestDir",
    "interface":"single_class",
    
Heuristic",
        "Path::IsDev::Role::Matcher::Child::Exists::Any::Dir"
    ]
}


=end MetaPOD::JSON

=head1 AUTHOR

Kent Fredric <kentnl@cpan.org>

=head1 COPYRIGHT AND LICENSE

This software is co
CPAN-Changes-Dependencies-Details ( K/KE/KENTNL/CPAN-Changes-Dependencies-Details-0.001007.tar.gz, KENTNL, 2017; MetaCPAN )
CPAN-Changes-Dependencies-Details/lib/CPAN/Changes/Dependencies/Details.pm ( view source; MetaCPAN )
prereqs => CPAN::Meta->load_file('Dist-Foo-0.001/META.json')->effective_prereqs,
    new_prereqs => CPAN::Meta->load_file('Dist-Foo-0.002/META.json')->effective_prereqs,
  });

  print $changes->seria
App-cpanm-meta-checker ( K/KE/KENTNL/App-cpanm-meta-checker-0.001002.tar.gz, KENTNL, 2017; MetaCPAN )
App-cpanm-meta-checker/lib/App/cpanm/meta/checker/State.pm ( view source; MetaCPAN )
->{cpan_meta};
  return ( $state->{cpan_meta} = CPAN::Meta->load_file( path($path)->child('MYMETA.json') ) );
}

sub _cpan_meta_check_phase_type {
  my ( $self, %args ) = @_;
  my $meta = $self->_cach
Net-API-RPX ( K/KE/KENTNL/Net-API-RPX-1.000001.tar.gz, KENTNL, 2017; MetaCPAN )
Net-API-RPX/lib/Net/API/RPX.pm ( view source; MetaCPAN )
Y = 'cpan:KONOBI'; # AUTHORITY

use Moose qw( has );
use LWP::UserAgent;
use URI;
use JSON::MaybeXS qw( decode_json );
use Net::API::RPX::Exception::Usage;
use Net::API::RPX::Exception::Network;
use N
= $self->ua->post(
    $uri => {
      %{$opts},
      apiKey => $self->api_key,
      format => 'json',
    },
  );

  if ( !$res->is_success ) {
    Net::API::RPX::Exception::Network->throw(
      i
   ua_result   => $res,
      status_line => $res->status_line,
    );
  }

  my $result = decode_json( $res->content );
  if ( $result->{'stat'} ne 'ok' ) {
    my $err = $result->{'err'};
    Net::A
Net-Travis-API ( K/KE/KENTNL/Net-Travis-API-0.002001.tar.gz, KENTNL, 2017; MetaCPAN )
Net-Travis-API/lib/Net/Travis/API/UA.pm ( view source; MetaCPAN )
{ return 'application/vnd.travis-ci.2+json' },
);















has 'authtokens' => (
  is        => rw =>,
  predicate => 'has_authtokens',
);









has 'json' => (
  is      => ro =>,
  lazy    
=> 1,
  builder => sub {
    require JSON::MaybeXS;
    return JSON::MaybeXS->new();
  },
);

sub _add_auth_tokens {
  my ( $self, $options ) = @_;
  $options = {} if not defined $options;
  if ( exis
 require Net::Travis::API::UA::Response;
  return Net::Travis::API::UA::Response->new(
    json => $self->json,
    %{$result},
  );
}





no Moo;

1;

__END__

=pod

=encoding UTF-8

=head1 NAME

Ne
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/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

CPAN-Changes-Markdown ( K/KE/KENTNL/CPAN-Changes-Markdown-1.000002.tar.gz, KENTNL, 2017; MetaCPAN )
CPAN-Changes-Markdown/lib/CPAN/Changes/Markdown/Filter/RuleUtil.pm ( view source; MetaCPAN )
rule_VersionsToCode>

=begin MetaPOD::JSON v1.1.0

{
    "namespace":"CPAN::Changes::Markdown::Filter::RuleUtil",
    "interface":"exporter"
}


=end MetaPOD::JSON

=head1 AUTHOR

Kent Fredric <kentnl
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/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/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
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
CPAN-Changes-Markdown ( K/KE/KENTNL/CPAN-Changes-Markdown-1.000002.tar.gz, KENTNL, 2017; MetaCPAN )
CPAN-Changes-Markdown/lib/CPAN/Changes/Markdown/Filter/Passthrough.pm ( view source; MetaCPAN )
r->process( $input );
    # $output == $input

=head1 METHODS

=head2 C<process>

=begin MetaPOD::JSON v1.1.0

{
    "namespace":"CPAN::Changes::Markdown::Filter::Passthrough",
    "interface":"class"
   "does":"CPAN::Changes::Markdown::Role::Filter",
    "inherits":"Moo::Object"
}


=end MetaPOD::JSON

=head1 AUTHOR

Kent Fredric <kentnl@cpan.org>

=head1 COPYRIGHT AND LICENSE

This software is co
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/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/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

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