NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
kephra help (Score:1)
I've had problems trying to run kephra.
First I downloaded kephra-0.3.6-src.tar.gz from SF.
When I tried running `src/kephra.pl` I got the following error message:
Not a directory at src/kephra.pl line 53.
BEGIN failed--compilation aborted at src/kephra.pl line 59.
The svn url given on the page http://kephra.sourceforge.net/site/en/downloads.shtml [sourceforge.net] didn't work, so I got the url from the SF project page, and checked-out:
https://kephra.svn.sourceforge.net/svnroot/kephra/dev/base [sourceforge.net]
`perl Makefile.PL` runs ok
`make test` fails because all the test files refer to the module "Kepher" instead of "Kephra" and to "bin/kepher" instead of "bin/kephra"
`perl -Mblib bin/kephra`
fails with the same error message as above.
Am I supposed to hand-edit the variables listed underneath "# Makefile.PL configuration:" (lines 42-46) ?
If so, what am I meant to edit them to?
Reply to This
Re: (Score:1)
Re: (Score:1)