-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File::Which module #17
Comments
You need the File::Which perl module, you can either install it via CPAN command line or download the source code. Assuming you need to install locally:
Ignore |
Thanks thackl, I ran the sample test and all looks ok!!!! Thank you so much!!! |
Hi @thackl , I followed your instructions to install FIle:Which. However, I still cannot filnd which.pm in /path/to/proovread/lib/File/. Can I copy which.pm in File-Which-0.05 to /path/to/proovread/lib/File/? Thank you! Weilong |
I fixed this problem. Thank you! |
This is my output when I run proovread:
Can't locate File/Which.pm in @inc (you may need to install the File::Which module) (@inc contains: /bin/proovread/bin/../lib/ /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at ./proovread line 20.
The text was updated successfully, but these errors were encountered: