With the latest ActivePerl, the Codestriker.pm will fail when loaded because "croak" is not defined, the solution is to add:
user Carp;
To the top of the file.
Thanks
Rob
Log in to post a comment.