Group
Extension

Matches 35359

CPAN-Meta-Prereqs-Diff ( K/KE/KENTNL/CPAN-Meta-Prereqs-Diff-0.001004.tar.gz, KENTNL, 2017; MetaCPAN )
CPAN-Meta-Prereqs-Diff/lib/CPAN/Meta/Prereqs/Diff.pm ( view source; MetaCPAN )
w_prereqs => CPAN::Meta->load_file('Dist-Foo-1.01/META.json')->effective_prereqs
    old_prereqs => CPAN::Meta->load_file('Dist-Foo-1.00/META.json')->effective_prereqs
  );
  my @changes = $diff->diff
DBIx-Class-InflateColumn-Serializer-JSYNC ( K/KE/KENTNL/DBIx-Class-InflateColumn-Serializer-JSYNC-0.002001.tar.gz, KENTNL, 2017; MetaCPAN )
DBIx-Class-InflateColumn-Serializer-JSYNC/maint/perlcritic.rc.gen.pl ( view source; MetaCPAN )
ndle = create_bundle('Example::Author::KENTNL');
$bundle->configure;

my @stopwords = (
  qw(
    JSON backend
    )
);
for my $wordlist (@stopwords) {
  $bundle->add_or_append_policy_field( 'Document
Dist-Zilla-App-Command-dumpphases ( K/KE/KENTNL/Dist-Zilla-App-Command-dumpphases-1.000009.tar.gz, KENTNL, 2017; MetaCPAN )
Dist-Zilla-App-Command-dumpphases/lib/Dist/Zilla/dumpphases/Role/Theme.pm ( view source; MetaCPAN )
ERSION

version 1.000009

=begin MetaPOD::JSON v1.1.0

{
    "namespace":"Dist::Zilla::dumpphases::Role::Theme",
    "interface":"role"
}


=end MetaPOD::JSON

=head1 REQUIRED METHODS

=head2 C<print_
Dist-Zilla-App-Command-dumpphases ( K/KE/KENTNL/Dist-Zilla-App-Command-dumpphases-1.000009.tar.gz, KENTNL, 2017; MetaCPAN )
Dist-Zilla-App-Command-dumpphases/lib/Dist/Zilla/App/Command/dumpphases.pm ( view source; MetaCPAN )
)

=begin MetaPOD::JSON v1.1.0

{
    "namespace":"Dist::Zilla::App::Command::dumpphases",
    "inherits":"Dist::Zilla::App::Command",
    "interface":"class"
}


=end MetaPOD::JSON

=for html <center
en its needed, the first time its needed.

Which means it could occur as early as creating C<META.json> or it could occur as late as just before it writes the distribution
out to disk.

=back

This C<
DBIx-Class-InflateColumn-Serializer-JSYNC ( K/KE/KENTNL/DBIx-Class-InflateColumn-Serializer-JSYNC-0.002001.tar.gz, KENTNL, 2017; MetaCPAN )
DBIx-Class-InflateColumn-Serializer-JSYNC/lib/DBIx/Class/InflateColumn/Serializer/JSYNC.pm ( view source; MetaCPAN )
age DBIx::Class::InflateColumn::Serializer::JSYNC;

our $VERSION = '0.002001';

# ABSTRACT: Basic JSON Object Serialization Support for DBIx::Class.

our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY

use J
_END__

=pod

=encoding UTF-8

=head1 NAME

DBIx::Class::InflateColumn::Serializer::JSYNC - Basic JSON Object Serialization Support for DBIx::Class.

=head1 VERSION

version 0.002001

=head1 DESCRIPTI
Git-Wrapper-Plus ( K/KE/KENTNL/Git-Wrapper-Plus-0.004011.tar.gz, KENTNL, 2017; MetaCPAN )
Git-Wrapper-Plus/lib/Git/Wrapper/Plus/Versions.pm ( view source; MetaCPAN )
tible object.

=begin MetaPOD::JSON v1.1.0

{
    "namespace":"Git::Wrapper::Plus::Versions",
    "interface":"class",
    "inherits":"Moo::Object"
}


=end MetaPOD::JSON

=head1 AUTHOR

Kent Fredric 
Dist-Zilla-Plugin-Author-KENTNL-Prereqs-Latest-Selective ( K/KE/KENTNL/Dist-Zilla-Plugin-Author-KENTNL-Prereqs-Latest-Selective-1.001001.tar.gz, KENTNL, 2017; MetaCPAN )
Dist-Zilla-Plugin-Author-KENTNL-Prereqs-Latest-Selective/lib/Dist/Zilla/Plugin/Author/KENTNL/Prereqs/Latest/Selective.pm ( view source; MetaCPAN )
use it does some magic with phase emulation, but that might be removed one day )

=begin MetaPOD::JSON v1.1.0

{
    "namespace":"Dist::Zilla::Plugin::Author::KENTNL::Prereqs::Latest::Selective",
    
   "inherits":["Moose::Object"],
    "does":["Dist::Zilla::Role::PrereqSource"]
}


=end MetaPOD::JSON

=head1 AUTHOR

Kent Fredric <kentnl@cpan.org>

=head1 COPYRIGHT AND LICENSE

This software is co
Dist-Zilla-Plugin-Author-KENTNL-RecommendFixes ( K/KE/KENTNL/Dist-Zilla-Plugin-Author-KENTNL-RecommendFixes-0.005004.tar.gz, KENTNL, 2017; MetaCPAN )
Dist-Zilla-Plugin-Author-KENTNL-RecommendFixes/lib/Dist/Zilla/Plugin/Author/KENTNL/RecommendFixes.pm ( view source; MetaCPAN )
nless $assert->should( have_line => $file, qr/\A\/META\.json\z/ );
    undef $ok unless $assert->should( have_line => $file, qr/\A\/MYMETA\.json\z/ );
    undef $ok unless $assert->should( have_line =
ath::Class::File Path::Class::Dir ),    # Path::Tiny preferred
    qw( JSON JSON::XS JSON::Any ),                           # JSON::MaybeXS preferred
    qw( Path::IsDev Path::FindDev ),              
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
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/Auth/GitHub.pm ( view source; MetaCPAN )
$result->status;
  return if not length $result->content;
  return unless my $json = $result->content_json;
  return $json->{access_token};
}












sub get_authorised_ua_for {
  my ( $self, $gh_
et_authorized_ua_for( <githubtoken> ) ) {
        pp ( $ua->get('/users')->content_json );
    }

=begin MetaPOD::JSON v1.1.0

{
    "namespace":"Net::Travis::API::Auth::GitHub",
    "inherits":"Moo::
Object",
    "does":"Net::Travis::API::Role::Client",
    "interface":"class"
}


=end MetaPOD::JSON

=head1 AUTHOR

Kent Fredric <kentnl@cpan.org>

=head1 COPYRIGHT AND LICENSE

This software is copy
Net-Travis-API ( K/KE/KENTNL/Net-Travis-API-0.002001.tar.gz, KENTNL, 2017; MetaCPAN )
Net-Travis-API/lib/Net/Travis/API/UA/Response.pm ( view source; MetaCPAN )
nds 'HTTP::Tiny::UA::Response';









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













sub con
e::FB_CROAK );
}


















sub content_json {
  my ( $self, $force ) = @_;
  my ($has_force) = ( @_ > 1 );

  my %whitelist = ( 'application/json' => 1 );
  return unless $has_force or exists 
      next unless $param =~ /\Acharset=(.+)\z/msx;
      $charset = $1;
    }
  }
  return $self->json->utf8(0)->decode( $self->decoded_content($charset) );
}

no Moo;

1;

__END__

=pod

=encoding UT
Net-Travis-API ( K/KE/KENTNL/Net-Travis-API-0.002001.tar.gz, KENTNL, 2017; MetaCPAN )
Net-Travis-API/lib/Net/Travis/API/Role/Client.pm ( view source; MetaCPAN )
e::Client;

our $VERSION = '0.002001';

# ABSTRACT: Anything that fetches from Travis and returns JSON data

our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY












use Moo::Role qw( has );







has
TF-8

=head1 NAME

Net::Travis::API::Role::Client - Anything that fetches from Travis and returns JSON data

=head1 VERSION

version 0.002001

=head1 ATTRIBUTES

=head2 C<http_engine>

A L<< C<Net::Tr
1.0

{
    "namespace":"Net::Travis::API::Role::Client",
    "interface":"role"
}


=end MetaPOD::JSON

=head1 AUTHOR

Kent Fredric <kentnl@cpan.org>

=head1 COPYRIGHT AND LICENSE

This software is co
Dist-Zilla-Plugin-Bootstrap-ShareDir-Dist ( K/KE/KENTNL/Dist-Zilla-Plugin-Bootstrap-ShareDir-Dist-1.001002.tar.gz, KENTNL, 2017; MetaCPAN )
Dist-Zilla-Plugin-Bootstrap-ShareDir-Dist/lib/Dist/Zilla/Plugin/Bootstrap/ShareDir/Dist.pm ( view source; MetaCPAN )
Bootstrap> >>|Dist::Zilla::Role::Bootstrap >>>

=head1 ATTRIBUTES

=head2 C<dir>

=begin MetaPOD::JSON v1.1.0

{
    "namespace":"Dist::Zilla::Plugin::Bootstrap::ShareDir::Dist",
    "interface":"clas
Git-Wrapper-Plus ( K/KE/KENTNL/Git-Wrapper-Plus-0.004011.tar.gz, KENTNL, 2017; MetaCPAN )
Git-Wrapper-Plus/lib/Git/Wrapper/Plus/Refs.pm ( view source; MetaCPAN )
mpatible object

=begin MetaPOD::JSON v1.1.0

{
    "namespace":"Git::Wrapper::Plus::Refs",
    "interface":"class",
    "inherits":"Moo::Object"
}


=end MetaPOD::JSON

=head1 AUTHOR

Kent Fredric <k
Path-FindDev ( K/KE/KENTNL/Path-FindDev-v0.5.3.tar.gz, KENTNL, 2017; MetaCPAN )
Path-FindDev/lib/Path/FindDev.pm ( view source; MetaCPAN )
pecify an alternative set in code.

=begin MetaPOD::JSON v1.1.0

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


=end MetaPOD::JSON

=head1 EXAMPLE USE-CASES

Have you ever found you
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
Net-Travis-API ( K/KE/KENTNL/Net-Travis-API-0.002001.tar.gz, KENTNL, 2017; MetaCPAN )
Net-Travis-API/maint/perlcritic.rc.gen.pl ( view source; MetaCPAN )
thor::KENTNL');
$bundle->configure;

my @stopwords = (
  qw(
    ci api travis api API GitHub URI JSON URIs
    )
);
for my $var (@stopwords) {
  $bundle->add_or_append_policy_field( 'Documentation::P
Git-Wrapper-Plus ( K/KE/KENTNL/Git-Wrapper-Plus-0.004011.tar.gz, KENTNL, 2017; MetaCPAN )
Git-Wrapper-Plus/lib/Git/Wrapper/Plus/Ref/Branch.pm ( view source; MetaCPAN )
 step

=begin MetaPOD::JSON v1.1.0

{
    "namespace":"Git::Wrapper::Plus::Ref::Branch",
    "interface":"class",
    "inherits":"Git::Wrapper::Plus::Ref"
}


=end MetaPOD::JSON

=head1 AUTHOR

Kent F
Dist-Zilla-Plugin-Bootstrap-ShareDir-Module ( K/KE/KENTNL/Dist-Zilla-Plugin-Bootstrap-ShareDir-Module-1.001002.tar.gz, KENTNL, 2017; MetaCPAN )
Dist-Zilla-Plugin-Bootstrap-ShareDir-Module/lib/Dist/Zilla/Plugin/Bootstrap/ShareDir/Module.pm ( view source; MetaCPAN )
r C<run> phases of your dist. ( For that, you'll need C<Test::File::ShareDir> ).

=begin MetaPOD::JSON v1.1.0

{
    "namespace":"Dist::Zilla::Plugin::Bootstrap::ShareDir::Module",
    "interface":"cl
ass",
    "does":"Dist::Zilla::Role::Bootstrap",
    "inherits":"Moose::Object"
}


=end MetaPOD::JSON

=head1 USAGE

    [Bootstrap::lib]

    [Bootstrap::ShareDir::Module]
    Foo::Bar = shares/foo_

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