File: tidyall.t

package info (click to toggle)
libdatetime-timezone-perl 1%3A2.47-1%2B2024a
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 104,904 kB
  • sloc: perl: 2,688; sh: 36; makefile: 10
file content (11 lines) | stat: -rw-r--r-- 338 bytes parent folder | download | duplicates (54)
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;