File: tidyall.t

package info (click to toggle)
libxml-libxml-iterator-perl 1.06-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 208 kB
  • sloc: perl: 410; makefile: 2
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;