Advertisement
hakonhagland

macos-install-cpanm-with-cpan

Dec 10th, 2021
404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 KB | None | 0 0
  1. $ sudo cpan App::cpanminus
  2. Loading internal logger. Log::Log4perl recommended for better logging
  3. Fetching with LWP:
  4. http://www.cpan.org/authors/01mailrc.txt.gz
  5. Reading '/Users/hakonhaegland/.cpan/sources/authors/01mailrc.txt.gz'
  6. ............................................................................DONE
  7. Fetching with LWP:
  8. http://www.cpan.org/modules/02packages.details.txt.gz
  9. Reading '/Users/hakonhaegland/.cpan/sources/modules/02packages.details.txt.gz'
  10. Database was generated on Fri, 10 Dec 2021 19:29:02 GMT
  11. .............
  12. New CPAN.pm version (v2.29) available.
  13. [Currently running version is v2.22]
  14. You might want to try
  15. install CPAN
  16. reload cpan
  17. to both upgrade CPAN.pm and run the new version without leaving
  18. the current session.
  19.  
  20.  
  21. ...............................................................DONE
  22. Fetching with LWP:
  23. http://www.cpan.org/modules/03modlist.data.gz
  24. Reading '/Users/hakonhaegland/.cpan/sources/modules/03modlist.data.gz'
  25. DONE
  26. Writing /Users/hakonhaegland/.cpan/Metadata
  27. Running install for module 'App::cpanminus'
  28. Fetching with LWP:
  29. http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz
  30. Fetching with LWP:
  31. HASH(0x103ea2578)authors/id/M/MI/MIYAGAWA/CHECKSUMS
  32. Fetching with LWP:
  33. HASH(0x103ea2578)authors/id/M/MI/MIYAGAWA/CHECKSUMS.gz
  34. Fetching with LWP:
  35. http://www.cpan.org/authors/id/M/MI/MIYAGAWA/CHECKSUMS
  36. Checksum for /Users/hakonhaegland/.cpan/sources/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz ok
  37. Configuring M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz with Makefile.PL
  38. Checking if your kit is complete...
  39. Looks good
  40. Generating a Unix-style Makefile
  41. Writing Makefile for App::cpanminus
  42. Writing MYMETA.yml and MYMETA.json
  43. MIYAGAWA/App-cpanminus-1.7044.tar.gz
  44. /usr/bin/perl Makefile.PL -- OK
  45. Running make for M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz
  46. cp lib/App/cpanminus/fatscript.pm blib/lib/App/cpanminus/fatscript.pm
  47. cp lib/App/cpanminus.pm blib/lib/App/cpanminus.pm
  48. cp bin/cpanm blib/script/cpanm
  49. "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/cpanm
  50. Manifying 1 pod document
  51. Manifying 2 pod documents
  52. MIYAGAWA/App-cpanminus-1.7044.tar.gz
  53. /usr/bin/make -- OK
  54. Running make test for MIYAGAWA/App-cpanminus-1.7044.tar.gz
  55. PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
  56. t/happy_cpantesters.t .. 1/1 # App::cpanminus/1.7044
  57. t/happy_cpantesters.t .. ok
  58. All tests successful.
  59. Files=1, Tests=1, 0 wallclock secs ( 0.01 usr 0.00 sys + 0.02 cusr 0.01 csys = 0.04 CPU)
  60. Result: PASS
  61. MIYAGAWA/App-cpanminus-1.7044.tar.gz
  62. /usr/bin/make test -- OK
  63. Running make install for MIYAGAWA/App-cpanminus-1.7044.tar.gz
  64. Manifying 1 pod document
  65. Manifying 2 pod documents
  66. Installing /Library/Perl/5.30/App/cpanminus.pm
  67. Installing /Library/Perl/5.30/App/cpanminus/fatscript.pm
  68. Installing /usr/local/share/man/man1/cpanm.1
  69. Installing /usr/local/share/man/man3/App::cpanminus.3pm
  70. Installing /usr/local/share/man/man3/App::cpanminus::fatscript.3pm
  71. Installing /usr/local/bin/cpanm
  72. Appending installation info to /Library/Perl/Updates/5.30.3/darwin-thread-multi-2level/perllocal.pod
  73. MIYAGAWA/App-cpanminus-1.7044.tar.gz
  74. sudo /usr/bin/make install -- OK
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement