]> Dogcows Code - chaz/p5-CGI-Ex/blobdiff - t/5_dump_00_base.t
CGI::Ex 2.00
[chaz/p5-CGI-Ex] / t / 5_dump_00_base.t
index 50cd4a239d89c880754724b18b978bf24bf6d327..a0782a47529d5d5b070e401678bbac57a3f7ba8a 100644 (file)
@@ -1,9 +1,12 @@
 # -*- Mode: Perl; -*-
 
-use Test;
+=head1 NAME
 
-BEGIN {plan tests => 1};
+5_dump_00_base.t - Very basic testing of CGI::Ex::Dump.
 
-use CGI::Ex::Dump ();
-ok(1);
+=cut
+
+use Test::More tests => 1;
+
+use_ok('CGI::Ex::Dump');
 
This page took 0.016721 seconds and 4 git commands to generate.