File: 10killeft.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 (6 lines) | stat: -rw-r--r-- 139 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
use Test::More tests => 2;

use Email::FolderType qw[folder_type];

ok ! eval "folder_type", $@;
ok ! eval "folder_type('foo','bar')", $@;