test.t   [plain text]


use strict;
use Test;

BEGIN { plan tests => 1 }

use Perl::Tidy;

ok(1);