File: 01_ini.t

package info (click to toggle)
libtext-table-perl 1.123-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 152 kB
  • ctags: 58
  • sloc: perl: 633; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 138 bytes parent folder | download
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');