start of WebGUI::Command
This commit is contained in:
parent
9ec788a603
commit
e4696b28a7
3 changed files with 87 additions and 57 deletions
8
lib/WebGUI/Command.pm
Normal file
8
lib/WebGUI/Command.pm
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package WebGUI::Command;
|
||||
use strict;
|
||||
use warnings;
|
||||
use App::Cmd::Setup -app;
|
||||
|
||||
use constant plugin_search_path => __PACKAGE__;
|
||||
1;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue