#!/usr/bin/perl -w use strict; use Test::More tests => 2; use_ok('Net::Defensio'); use_ok('Net::Defensio::Response'); 1;