API-ParallelsWPB

 view release on metacpan or  search on metacpan

t/release-distmeta.t  view on Meta::CPAN

#!perl

BEGIN {
  unless ($ENV{RELEASE_TESTING}) {
    require Test::More;
    Test::More::plan(skip_all => 'these tests are for release candidate testing');
  }
}

# This file was automatically generated by Dist::Zilla::Plugin::MetaTests.

use Test::CPAN::Meta;

meta_yaml_ok();



( run in 2.356 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )