-
Notifications
You must be signed in to change notification settings - Fork 205
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
Support cpanfile and cpanfile.snapshot #1049
Labels
Comments
andrew
added a commit
to librariesio/librarian-parsers
that referenced
this issue
Jan 24, 2017
andrew
added a commit
to librariesio/bibliothecary
that referenced
this issue
Jan 24, 2017
Moving this to the Backlog as we'd still like to implement it but can't see that happening in the near future. |
I can help implement this. Would I need to submit against bibliothecary? The simplest approach would be to use |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TIL via #1019 that Perl has more ways of specifying dependencies, namely
cpanfile
andcpanfile.snapshot
using https://github.com/perl-carton/carton, we should add support to https://github.com/librariesio/librarian-parsers and https://github.com/librariesio/bibliothecary for them.Example files:
More details on spec: https://metacpan.org/pod/cpanfile
The text was updated successfully, but these errors were encountered: