Attribute-Params-Validate

 view release on metacpan or  search on metacpan

t/release-tidyall.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::Test::TidyAll

use Test::Code::TidyAll 0.24;
use Test::More 0.88;

tidyall_ok();

done_testing();



( run in 1.279 second using v1.01-cache-2.11-cpan-5c0b1e786e0 )