add prototype Test code to allow Test::Maker modules to handle TODO

This commit is contained in:
Colin Kuskie 2008-01-05 04:19:00 +00:00
parent 2eb1883345
commit c8a8af6b4a
2 changed files with 6 additions and 3 deletions

View file

@ -1,7 +1,8 @@
package WebGUI::Test::Maker;
use Test::More;
use base 'Test::Builder::Module';
my $CLASS = __PACKAGE__;
=head1 NAME