better way to specify Dancer force version
This commit is contained in:
@@ -123,7 +123,7 @@ install Netdisco and its dependencies into the C<netdisco> user's home area
|
||||
|
||||
su - netdisco
|
||||
curl -L http://cpanmin.us/ | perl - --notest --local-lib ~/perl5 App::Netdisco
|
||||
~/bin/localenv cpanm --force https://cpan.metacpan.org/authors/id/Y/YA/YANICK/Dancer-1.3126.tar.gz
|
||||
~/bin/localenv cpanm --notest --force Dancer@1.3126
|
||||
|
||||
Link some of the newly installed apps into a handy location:
|
||||
|
||||
@@ -200,7 +200,7 @@ Notes|App::Netdisco::Manual::ReleaseNotes>. Then, the process is as follows:
|
||||
~/bin/localenv cpanm --notest App::Netdisco
|
||||
|
||||
# workaround for current upstream bug
|
||||
~/bin/localenv cpanm --force https://cpan.metacpan.org/authors/id/Y/YA/YANICK/Dancer-1.3126.tar.gz
|
||||
~/bin/localenv cpanm --notest --force Dancer@1.3126
|
||||
|
||||
# apply database schema updates
|
||||
~/bin/netdisco-deploy
|
||||
|
||||
Reference in New Issue
Block a user