9 lines
131 B
Perl
9 lines
131 B
Perl
package WebGUI::Command;
|
|
use strict;
|
|
use warnings;
|
|
use App::Cmd::Setup -app;
|
|
|
|
use constant plugin_search_path => __PACKAGE__;
|
|
|
|
1;
|
|
|