Group
Extension

Matches 2

Test-CPAN-Meta-JSON ( B/BA/BARBIE/Test-CPAN-Meta-JSON-0.16.tar.gz, BARBIE, 2015; MetaCPAN )
Test-CPAN-Meta-JSON/lib/Test/CPAN/Meta/JSON.pm ( view source; MetaCPAN )
eta::JSON;

use warnings;
use strict;

use vars qw($VERSION);
$VERSION = '0.16';

#----------------------------------------------------------------------------

=head1 NAME

Test::CPAN::Meta::JSON - V
alidate a META.json file within a CPAN distribution.

=head1 SYNOPSIS

There are two forms this module can be used.

The first is a standalone test of your distribution's META.json file:

  use Test::
More;
  eval "use Test::CPAN::Meta::JSON";
  plan skip_all => "Test::CPAN::Meta::JSON required for testing META.json" if $@;
  meta_json_ok();

Note that you may provide an optional label/comment/mess
Test-CPAN-Meta-JSON ( B/BA/BARBIE/Test-CPAN-Meta-JSON-0.16.tar.gz, BARBIE, 2015; MetaCPAN )
Test-CPAN-Meta-JSON/lib/Test/CPAN/Meta/JSON/Version.pm ( view source; MetaCPAN )
JSON::Version;

use warnings;
use strict;

use vars qw($VERSION);
$VERSION = '0.16';

#----------------------------------------------------------------------------

=head1 NAME

Test::CPAN::Meta::JSON
 specification

=head1 SYNOPSIS

  use Test::CPAN::Meta::JSON::Version;

=head1 DESCRIPTION

This module was written to ensure that a META.json file, provided with a
standard distribution uploaded to 
a::JSON>, however
the code is self contained enough that you can access it directly.

See L<CPAN::Meta> for further details of the CPAN Meta Specification.

=head1 ABSTRACT

Validation of META.json da

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