-
Notifications
You must be signed in to change notification settings - Fork 97
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
Git repositories support in cpanfile #132
Comments
Thanks, looking forward for 1.1 :) |
You commented above "git support will be added in 1.1" 9 months ago and closed the issue, and I do see a 1.1 branch, but no 1.1 release. Do you have an estimated release date in mind? |
I'd like to know when v1.1 will be available too, need any help getting it released? |
I'am interesting too, when v1.1 will be available. |
Bump |
Just to update you on the situation the "current" (the latest whatever I worked on last year) 1.1 branch has been abandoned due to its complicated and fragile nature. And we're going to form a new code base to easily add more support for things like git repositories without being tightly integrated to cpanm internals. But who knows when that happens. Since I haven't worked on any perl projects at work for almost 4 years, I could not be the person who does it. That's the reason i created a new github organization to handle Carton and let other people to handle the future updates, at YAPC::Asia a few weeks ago. I don't know how well it goes, but meanwhile if you need a further integration on carton to support various sources, take a look at creating your own mirror using Pinto or OrePAN2. |
Thanks for the update @miyagawa. :) |
For people coming along, http://p3rl.org/App::cpm has experimental support for git URLs, and you can install dists with that and just use Carton to generate the cpanfile, or there's also http://p3rl.org/App::opan which I wrote as a lighter weight alternative to Pinto and OrePAN2 |
Is it possible to add git repositories to cpanfile?
For example,
cpanfile:
I've tryed but carton
carton install
fails. Firstly, it writesbut after that
It is a nice feature to have.
Full output:
The text was updated successfully, but these errors were encountered: