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

Use the pinto installer instead of running cpanm directly #9

Closed
thaljef opened this issue May 8, 2013 · 5 comments
Closed

Use the pinto installer instead of running cpanm directly #9

thaljef opened this issue May 8, 2013 · 5 comments
Assignees

Comments

@thaljef
Copy link
Contributor

thaljef commented May 8, 2013

Rather than directly using cpanm to install Pinto, I suggest calling the install script like this:

curl -L http://getpinto.stratopan.com | bash

That will insulate you from changes in where I host the repository that supplies the modules for Pinto. However, this commits you to installing Pinto as a stand-alone application (rather than dumping it into PERL5LIB). For your purposes, I think that is probably the right thing to do.

@ghost ghost assigned melezhik May 9, 2013
@melezhik
Copy link
Owner

melezhik commented May 9, 2013

To install like this is ok. But there are some dependencies missed for now - Time::HiRes, CGI, Module::CoreList. Could you please add them into your pinto repository? Then l will able to rely totaly upon your install script, without installing any other cpan modules in my cookbook explicitly.

@thaljef
Copy link
Contributor Author

thaljef commented May 9, 2013

The repository should have sufficient modules for perls 5.8.9 or newer. What version are you trying to use?

Did you see the note from @miyagawa that cpanm does not support older perls?

@melezhik
Copy link
Owner

This modules lack has been appear, on fresh perls, I will give you more details later, do not have pc with environment by my hand. Yes I have read the issue you meant.

@melezhik
Copy link
Owner

Concerning Module::CoreList see my comment on another issue - thaljef/Pinto#67 (comment)

@melezhik
Copy link
Owner

done in version 0.1.4, but see centOS workaround ...

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

2 participants