webgui/lib/WebGUI/Command.pm
2011-05-18 14:12:23 -05:00

10 lines
137 B
Perl

package WebGUI::Command;
use strict;
use warnings;
use App::Cmd::Setup -app;
use constant plugin_search_path => __PACKAGE__;
$|++;
1;