After installing all the modules (some from the perl package manager, others by google search), I managed to get build.pl to run correctly
But, when I type
ebook, or
perl ebook.pl, in command line, I get this error:
Quote:
Can't locate File/BaseDir.pm in @INC (@INC contains: C:/Perl/site/lib C:/Perl/li
b .) at C:/Perl/site/lib/File/MimeInfo/Magic.pm line 7.
BEGIN failed--compilation aborted at C:/Perl/site/lib/File/MimeInfo/Magic.pm lin
e 7.
Compilation failed in require at C:/Perl/site/lib/EBook/Tools.pm line 143.
BEGIN failed--compilation aborted at C:/Perl/site/lib/EBook/Tools.pm line 143.
Compilation failed in require at ebook.pl line 21.
BEGIN failed--compilation aborted at ebook.pl line 21.
|
I'm using the latest activeperl version 5.10.0.1004, any help will be appreciated