File: release-tidyall.t

package info (click to toggle)
libdatetime-locale-perl 1%3A1.02-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 13,540 kB
  • sloc: perl: 1,718; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 327 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!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();