Skip to content

Instantly share code, notes, and snippets.

@perigrin
Created May 4, 2018 21:00
Show Gist options
  • Save perigrin/6ba11c834a5e1596719b3e0e80e1ff47 to your computer and use it in GitHub Desktop.
Save perigrin/6ba11c834a5e1596719b3e0e80e1ff47 to your computer and use it in GitHub Desktop.
~/dev/ansible-github-deploy-key$ perl -v
This is perl 5, version 22, subversion 1 (v5.22.1) built for x86_64-linux-gnu-thread-multi
(with 68 registered patches, see perl -V for more detail)
Copyright 1987-2015, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
[15:59:15][master]
~/dev/ansible-github-deploy-key$ cpanm --test-only Coro::Debug
!
! Can't write to /usr/local/share/perl/5.22.1 and /usr/local/bin: Installing modules to /home/perigrin/perl5
! To turn off this warning, you have to do one of the following:
! - run me as a root or with --sudo option (to install to /usr/local/share/perl/5.22.1 and /usr/local/bin)
! - Configure local::lib in your existing shell to set PERL_MM_OPT etc.
! - Install local::lib by running the following commands
!
! cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
!
--> Working on Coro::Debug
Fetching http://www.cpan.org/authors/id/M/ML/MLEHMANN/Coro-6.514.tar.gz ... OK
Configuring Coro-6.514 ... OK
==> Found dependencies: Guard
--> Working on Guard
Fetching http://www.cpan.org/authors/id/M/ML/MLEHMANN/Guard-1.023.tar.gz ... OK
Configuring Guard-1.023 ... OK
Building and testing Guard-1.023 ... OK
Successfully tested Guard-1.023
Building and testing Coro-6.514 ... OK
Successfully tested Coro-6.514
[15:59:43][master]
~/dev/ansible-github-deploy-key$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment