File: 01_ini.t

package info (click to toggle)
libtext-table-perl 1.135-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 264 kB
  • sloc: perl: 906; makefile: 5
file content (9 lines) | stat: -rw-r--r-- 137 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
# t/01_ini.t; just to load Text::Table by using it

use strict;
use warnings;

use Test::More tests => 1;

# TEST
use_ok('Text::Table');