more test stuff

This commit is contained in:
Zane C. B-H 2019-07-07 06:37:10 -05:00
parent 4921fa8a08
commit f922144120
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,13 @@
#!perl -T
use 5.006;
use strict;
use warnings;
use Test::More;
plan tests => 1;
BEGIN {
use_ok( 'Net::Connection::Match::CIDR' ) || print "Bail out!\n";
}
diag( "Testing Net::Connection::Match::CIDR $Net::Connection::Match::CIDR::VERSION, Perl $], $^X" );

View File

@ -0,0 +1,13 @@
#!perl -T
use 5.006;
use strict;
use warnings;
use Test::More;
plan tests => 1;
BEGIN {
use_ok( 'Net::Connection::Match::CIDR' ) || print "Bail out!\n";
}
diag( "Testing Net::Connection::Match::CIDR $Net::Connection::Match::CIDR::VERSION, Perl $], $^X" );