Re: [Codestriker-user] Codestriker installation issue
Brought to you by:
sits
|
From: David S. <dav...@gm...> - 2011-03-15 23:13:18
|
Hi Jain, For some reason with Perl 5.12, they decided to change the default list of installed modules, which is why this has broken. Codestriker was developed under Perl 5.8 and 5.10. The easiest fix for now is to edit the Codestriker.pm file line 563 and change "croak" to "die". Other occurrences of "croak" should be replaced with "die". Cheers, David |