updated webgui to run with Config::JSON 2.04
This commit is contained in:
parent
fb434a8b3a
commit
34fd8c9245
20 changed files with 56 additions and 51 deletions
|
|
@ -103,8 +103,8 @@ checkModule("HTML::TagFilter",0.07);
|
|||
checkModule("HTML::Template",2.9);
|
||||
checkModule("HTML::Template::Expr",0.05,2);
|
||||
checkModule("XML::RSSLite",0.11);
|
||||
checkModule("JSON",0.991);
|
||||
checkModule("Config::JSON","1.1.0");
|
||||
checkModule("JSON",2.04);
|
||||
checkModule("Config::JSON","1.1.2");
|
||||
checkModule("Text::CSV_XS","0.26");
|
||||
checkModule("Net::Subnets",0.21);
|
||||
checkModule("Finance::Quote",1.08);
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@ use strict;
|
|||
use DBI;
|
||||
use File::Path;
|
||||
use Getopt::Long;
|
||||
use JSON;
|
||||
use WebGUI::Config;
|
||||
use WebGUI::Session;
|
||||
use WebGUI::Utility;
|
||||
|
|
@ -331,8 +330,8 @@ STOP
|
|||
sub checkVersion {
|
||||
$_[0] =~ /(\d+)\.(\d+)\.(\d+)/;
|
||||
my $goal = 7;
|
||||
my $feature = 3;
|
||||
my $fix = 22;
|
||||
my $feature = 4;
|
||||
my $fix = 21;
|
||||
if ($1 > $goal) {
|
||||
return 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue