What steps will reproduce the problem?
1. Download the latest tar ball.
2. ran ./checksetup.pl
3. Install failed with files Extension.pm and lib/Commit.pm
What is the expected output? What do you see instead?
I expected the software to install correctly. The program ./checksetup.pl
complained of a syntax error at the foreach at line 145 in Extension.pm and
line 130 of lib/Commit.pm . It appears that the syntax has changed in later
versions of perl such that using qw in a foreach loop requires () around the qw
call.
What version of the product are you using? On what operating system?
VCS 0.2 , perl 5.18.2, ubuntu 14.04.1
Please provide any additional information below.
The attached files have the fixes in them so ./checksetup.pl completes.
Original issue reported on code.google.com by ming...@gmail.com on 7 Jan 2015 at 11:44
Original issue reported on code.google.com by
ming...@gmail.com
on 7 Jan 2015 at 11:44Attachments: