start of WebGUI::Command

This commit is contained in:
Graham Knop 2010-07-01 16:13:51 -05:00
parent 9ec788a603
commit e4696b28a7
3 changed files with 87 additions and 57 deletions

8
lib/WebGUI/Command.pm Normal file
View file

@ -0,0 +1,8 @@
package WebGUI::Command;
use strict;
use warnings;
use App::Cmd::Setup -app;
use constant plugin_search_path => __PACKAGE__;
1;