File: 00use.t

package info (click to toggle)
libemail-foldertype-perl 0.812-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 144 kB
  • ctags: 14
  • sloc: perl: 63; makefile: 39
file content (11 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
use Test::More tests => 3;
$^W = 1;

use_ok 'Email::FolderType', 'folder_type';

can_ok __PACKAGE__, 'folder_type';

ok(Email::FolderType->matchers);