Apache-AntiSpam

 view release on metacpan or  search on metacpan

t/03_nospam.t  view on Meta::CPAN

use lib 't/lib';
use strict;
use Test;
BEGIN { plan tests => 1 }

use FilterTest;
use Apache::AntiSpam::NoSpam;

my $out = filters('t/sample.txt', 'Apache::AntiSpam::NoSpam');
ok($out, qr/user-nospam\@host\.network/);



( run in 1.505 second using v1.01-cache-2.11-cpan-5a3173703d6 )