Antispam-httpBL
view release on metacpan or search on metacpan
lib/Antispam/httpBL.pm view on Meta::CPAN
package Antispam::httpBL;
BEGIN {
$Antispam::httpBL::VERSION = '0.02';
}
use strict;
use warnings;
use namespace::autoclean;
use Antispam::Toolkit 0.06;
use Antispam::Toolkit::Result;
use MooseX::Types::Moose qw( Str );
use WWW::Honeypot::httpBL;
use Moose;
use MooseX::StrictConstructor;
with 'Antispam::Toolkit::Role::IPChecker';
( run in 0.231 second using v1.01-cache-2.11-cpan-4d50c553e7e )