You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1 detect if cpanfile is present on root dir of the project.
2 if not present create cpanfile with all module dependencies (try to add versions)
3 if cpanfile present, compare and warn the not installed modules
4 ask to add the detected but not present modules in the cpanfile.
The text was updated successfully, but these errors were encountered:
jipipayo
changed the title
dependencio should be able to read and create cpanfiles
dependencio should be able to create, read and update cpanfiles
Sep 13, 2016
Dependencio app should be able to do this flow:
1 detect if cpanfile is present on root dir of the project.
2 if not present create cpanfile with all module dependencies (try to add versions)
3 if cpanfile present, compare and warn the not installed modules
4 ask to add the detected but not present modules in the cpanfile.
The text was updated successfully, but these errors were encountered: