File: 00..setup.t

package info (click to toggle)
libfile-bom-perl 0.18-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 184 kB
  • sloc: perl: 715; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 187 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

use strict;
use warnings;

use lib qw( t/lib );
use Test::Framework;
use Test::Simple tests => 1;

# write test files, see Test::Framework
make_test_data;

ok(1);

__END__

vim: ft=perl