Skip to content
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

Add current directory to @INC for Makefile.PL (perl version 5.29.8) #38

Open
hakonhagland opened this issue Mar 21, 2019 · 0 comments
Open

Comments

@hakonhagland
Copy link

I tried to install Padre 1.00 on my Ubuntu 18.10 laptop (perl version 5.29.8) with cpanm but ran into issue #33. So I tried to download tar ball:

cpan -g Padre
perlbrew use 5.29.8-threads
tar zxvf Padre-1.00.tar.gz
cd Padre-1.00

Then edited the file lib/Padre/Wx/Main.pm and changed line 5564 according to pull #34
Then edited file lib/Padre/Locker.pm line 105 and commented out the line: Padre::DB->begin;
according to: DBD-SQLite/DBD-SQLite#10

Now running perl Makefile.PL gives

Can't locate inc/Module/Install.pm in @INC

I fixed this issue by changing line #7 in Makefile.PL to include the dot (current directory):

use lib '.', 'privinc';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant