File: tidyall.t

package info (click to toggle)
libtest-www-mechanize-psgi-perl 0.38-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 252 kB
  • sloc: perl: 335; sh: 6; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 338 bytes parent folder | download | duplicates (51)
1
2
3
4
5
6
7
8
9
10
11
# This file was automatically generated by Dist::Zilla::Plugin::Test::TidyAll v$VERSION

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

tidyall_ok(
     verbose => ( exists $ENV{TEST_TIDYALL_VERBOSE} ? $ENV{TEST_TIDYALL_VERBOSE} : 0 ),
     jobs => ( exists $ENV{TEST_TIDYALL_JOBS} ? $ENV{TEST_TIDYALL_JOBS} : 1 ),
);

done_testing;