]> git.donarmstrong.com Git - perltidy.git/blob - t/test.t
[svn-inject] Installing original source of perltidy
[perltidy.git] / t / test.t
1 use strict;
2 use Test;
3
4 BEGIN { plan tests => 1 }
5
6 use Perl::Tidy;
7
8 ok(1);
9