getting this compilation error in trunk-20080613:
Code:
# perl ispcp-update
Scalar found where operator expected at ispcp-update line 605, near ""$main::cfg{'CMD_CP'} -p $cfg_dir/00_master.conf" $bk_dir"
(Missing operator before $bk_dir?)
Misplaced _ in number at ispcp-update line 605.
Bareword found where operator expected at ispcp-update line 605, near "00_master"
(Missing operator before master?)
String found where operator expected at ispcp-update line 609, near "($rs, $cfg_tpl) = get_file(""
(Might be a runaway multi-line "" string starting on line 605)
(Missing semicolon on previous line?)
Scalar found where operator expected at ispcp-update line 609, near "($rs, $cfg_tpl) = get_file("$cfg_dir"
(Missing operator before $cfg_dir?)
Misplaced _ in number at ispcp-update line 609.
Bareword found where operator expected at ispcp-update line 609, near "00_master"
(Missing operator before master?)
String found where operator expected at ispcp-update line 638, near "$rs = store_file(""
(Might be a runaway multi-line "" string starting on line 609)
(Missing semicolon on previous line?)
Misplaced _ in number at ispcp-update line 638.
Bareword found where operator expected at ispcp-update line 638, near "00_master"
(Missing operator before master?)
String found where operator expected at ispcp-update line 641, near "$cmd = ""
(Might be a runaway multi-line "" string starting on line 638)
(Missing semicolon on previous line?)
Variable "$cfg" is not imported at ispcp-update line 638.
syntax error at ispcp-update line 605, near ""$main::cfg{'CMD_CP'} -p $cfg_dir/00_master.conf" $bk_dir"
syntax error at ispcp-update line 638, near "00_master"
Global symbol "$cfg" requires explicit package name at ispcp-update line 638.
Execution of ispcp-update aborted due to compilation errors.
tested on VM
OS : Debian 4.0
ispCP Version:trunk-20080203 (RC3)