File: addr-spec.t

package info (click to toggle)
libemail-find-perl 0.10-dfsg-1.1
  • links: PTS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 72 kB
  • ctags: 12
  • sloc: perl: 92; makefile: 45
file content (7 lines) | stat: -rw-r--r-- 206 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
# $Id: /mirror/monster/Email-Find/trunk/t/addr-spec.t 702 2002-01-13T12:52:05.000000Z miyagawa  $
use strict;
use Test::More tests => 2;

BEGIN { use_ok 'Email::Find::addrspec' }
ok defined $Addr_spec_re;