]> Dogcows Code - chaz/p5-CGI-Ex/blob - t/3_conf_00_base.t
CGI::Ex 2.10
[chaz/p5-CGI-Ex] / t / 3_conf_00_base.t
1 # -*- Mode: Perl; -*-
2
3 =head1 NAME
4
5 3_conf_00_base.t - Test for the basic functionality of CGI::Ex::Conf
6
7 =cut
8
9 use strict;
10 use Test::More tests => 2;
11
12 use_ok('CGI::Ex::Conf');
13
14 my $obj = CGI::Ex::Conf->new;
15 ok($obj);
16
17 ### TODO - re-enable more fileside tests
This page took 0.032047 seconds and 4 git commands to generate.