~ubuntu-branches/debian/stretch/libtest2-plugin-nowarnings-perl/stretch

« back to all changes in this revision

Viewing changes to xt/author/tidyall.t

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2016-10-22 22:53:49 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20161022225349-umm5j0l2glmsaqpa
Tags: 0.03-1
* Team upload.
* Import upstream version 0.03.
* Add build dependency on libipc-run3-perl.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# This file was automatically generated by Dist::Zilla::Plugin::Test::TidyAll v$VERSION
 
2
 
 
3
use Test::More 0.88;
 
4
BEGIN {
 
5
    if ( $] < 5.010 ) {
 
6
        plan skip_all => 'This test requires Perl version 5.010';
 
7
    }
 
8
}
 
9
use Test::Code::TidyAll 0.24;
 
10
 
 
11
tidyall_ok(
 
12
     verbose => ( exists $ENV{TEST_TIDYALL_VERBOSE} ? $ENV{TEST_TIDYALL_VERBOSE} : 1 ),
 
13
     jobs => ( exists $ENV{TEST_TIDYALL_JOBS} ? $ENV{TEST_TIDYALL_JOBS} : 4 ),
 
14
);
 
15
 
 
16
done_testing;