Last active
January 1, 2016 16:29
-
-
Save hexfusion/8170886 to your computer and use it in GitHub Desktop.
Installing git perl modules in camps
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1.) Install module only using git into base directory dev-modules | |
2.) for each module symlink lib $ cp -as --remove-destination "$PWD/dev-modules/interchange6-schema/lib/"* local/lib/perl5/ | |
3.) for each module symlink bin $ cp -as --remove-destination "$PWD/dev-modules/interchange6-schema/bin/"* local/bin/ | |
4.) for each module install deps only $ cpanm --installdeps --force -L /home/sam/repos/local Interchange6::Schema | |
cpanfile.dev proposed format | |
requires 'Interchange6' => '[email protected]:interchange/Interchange6.git', '0.010'; | |
requires 'Interchange6::Schema' => '[email protected]:interchange/interchange6-schema.git' | |
requires 'Dancer::Sessions::DBIC' => '[email protected]:interchange/Dancer-Session-DBIC.git' | |
requires 'Dancer::Plugin::Interchange6' => '[email protected]:interchange/Dancer-Plugin-Interchange6.git' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment