X-Git-Url: http://Server1/repobrowser/?p=kiriwrite%2F.git;a=blobdiff_plain;f=cgi-files%2Finstall.cgi;h=22a08aa20251622ca3b4d812402360e062288b90;hp=0bb18dc1f27a3c6b99c89d4e7c5d3d08355f48dd;hb=c72938e207f71a44f0661a1e0c335123f3f404e4;hpb=9379933d4d112578e469053a691dfbb4873384f7 diff --git a/cgi-files/install.cgi b/cgi-files/install.cgi index 0bb18dc..22a08aa 100755 --- a/cgi-files/install.cgi +++ b/cgi-files/install.cgi @@ -26,7 +26,7 @@ use warnings; # Write warnings to the HTTP Server Log file. use utf8; use CGI qw(:standard *table *Tr *td); -use CGI::Carp('fatalsToBrowser'); # Output errors to the browser. +#use CGI::Carp('fatalsToBrowser'); # Output errors to the browser. # Setup strings in specific languages. Style should be no spacing for # language title and one tabbed spacing for each string. @@ -1597,6 +1597,10 @@ $test_list{CheckXMLSimple}{Name} = "XML::Simple"; $test_list{CheckXMLSimple}{Type} = "dependency"; $test_list{CheckXMLSimple}{Code} = "XML::Simple"; +$test_list{CheckXMLParser}{Name} = "XML::Parser"; +$test_list{CheckXMLParser}{Type} = "dependency"; +$test_list{CheckXMLParser}{Code} = "XML::Parser"; + $test_list{CheckTieHash}{Name} = "Tie::IxHash"; $test_list{CheckTieHash}{Type} = "dependency"; $test_list{CheckTieHash}{Code} = "Tie::IxHash";