niwadhwa / bugzilla-vcs

Automatically exported from code.google.com/p/bugzilla-vcs
0 stars 0 forks source link

Software fails to install with perl v5.18.2 #31

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments: