Merge branch 'WebGUI8' into psgi
This commit is contained in:
commit
65dfb6e683
36 changed files with 378 additions and 741 deletions
|
|
@ -45,7 +45,7 @@ pod2usage( verbose => 2 ) if $help;
|
|||
pod2usage() unless $configFile;
|
||||
|
||||
print "Starting up...\n" unless ($quiet);
|
||||
my $session = WebGUI::Session->open($webguiRoot,$configFile);
|
||||
my $session = WebGUI::Session->open($configFile);
|
||||
|
||||
if ($userMessageFile) {
|
||||
print "Opening message file.." unless ($quiet);
|
||||
|
|
|
|||
|
|
@ -140,7 +140,6 @@ checkModule('Digest::SHA', '5.47' );
|
|||
checkModule("CSS::Minifier::XS", "0.03" );
|
||||
checkModule("JavaScript::Minifier::XS", "0.05" );
|
||||
checkModule("Readonly", "1.03" );
|
||||
checkModule("Memcached::libmemcached", "0.3102" );
|
||||
checkModule("Moose", "0.93" );
|
||||
checkModule("MooseX::Storage", "0.23" );
|
||||
checkModule("MooseX::NonMoose", '0.07' );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue