]> Dogcows Code - chaz/p5-CGI-Ex/blob - t/5_dump_00_base.t
CGI::Ex 2.00
[chaz/p5-CGI-Ex] / t / 5_dump_00_base.t
1 # -*- Mode: Perl; -*-
2
3 =head1 NAME
4
5 5_dump_00_base.t - Very basic testing of CGI::Ex::Dump.
6
7 =cut
8
9 use Test::More tests => 1;
10
11 use_ok('CGI::Ex::Dump');
12
This page took 0.029344 seconds and 4 git commands to generate.