The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
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/);