File: test.t

package info (click to toggle)
perltidy 20200110-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,624 kB
  • sloc: perl: 23,636; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 75 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
use strict;
use Test;

BEGIN { plan tests => 1 }

use Perl::Tidy;

ok(1);