Codebase list liblocales-perl / fresh-snapshots/main t / perltidy.t
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

perltidy.t @fresh-snapshots/mainraw · history · blame

1
2
3
4
5
6
7
8
#!perl -T

use Test::More;
plan skip_all => 'PerlTidy tests are only run in RELEASE_TESTING mode.' unless $ENV{'RELEASE_TESTING'};

eval 'use Test::PerlTidy';
plan skip_all => 'Test::PerlTidy required for testing PerlTidy-ness' if $@;
Test::PerlTidy::run_tests();