File: ezmlm.t

package info (click to toggle)
libemail-foldertype-perl 0.814-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 220 kB
  • sloc: perl: 96; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 114 bytes parent folder | download | duplicates (6)
1
2
3
4
5
use Test::More tests => 2;

use_ok('Email::FolderType',qw(folder_type));

is(folder_type('t/testez//'), 'Ezmlm');