Skip to content

Commit

Permalink
Fix warnings. #478
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Dec 31, 2015
1 parent bef5613 commit 8c586b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/App/cpanminus/script.pm
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@ sub bootstrap_local_lib {
! Can't write to $Config{installsitelib} and $Config{installsitebin}: Installing modules to $ENV{HOME}/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 $Config{installsitelib} and $Config{installsitebin})
! - Configure local::lib your existing local::lib in this shell to set PERL_MM_OPT etc.
! - Configure local::lib 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)
Expand Down

0 comments on commit 8c586b4

Please sign in to comment.