Advertisement
hakonhagland

MSYS2 shell cpan output

May 11th, 2021
664
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. $ cpan CPAN::DistnameInfo
  2. Loading internal logger. Log::Log4perl recommended for better logging
  3. Reading '/home/hakon/.cpan/Metadata'
  4. Database was generated on Sat, 18 Jul 2020 20:17:03 GMT
  5. CPAN: LWP::UserAgent loaded ok (v6.46)
  6. Fetching with LWP:
  7. http://www.cpan.org/authors/01mailrc.txt.gz
  8. Reading '/home/hakon/.cpan/sources/authors/01mailrc.txt.gz'
  9. CPAN: Compress::Zlib loaded ok (v2.093)
  10. ............................................................................DONE
  11. Fetching with LWP:
  12. http://www.cpan.org/modules/02packages.details.txt.gz
  13. Reading '/home/hakon/.cpan/sources/modules/02packages.details.txt.gz'
  14. Database was generated on Tue, 11 May 2021 20:29:02 GMT
  15. Warning: Your system date is 3 days behind this index file!
  16. System time: Sat May 8 08:08:42 2021
  17. Timestamp index file: Tue, 11 May 2021 20:29:02 GMT
  18. Please fix your system time, problems with the make command expected.
  19. .............
  20. New CPAN.pm version (v2.28) available.
  21. [Currently running version is v2.27]
  22. You might want to try
  23. install CPAN
  24. reload cpan
  25. to both upgrade CPAN.pm and run the new version without leaving
  26. the current session.
  27.  
  28.  
  29. ...............................................................DONE
  30. Fetching with LWP:
  31. http://www.cpan.org/modules/03modlist.data.gz
  32. Reading '/home/hakon/.cpan/sources/modules/03modlist.data.gz'
  33. DONE
  34. Writing /home/hakon/.cpan/Metadata
  35. Running install for module 'CPAN::DistnameInfo'
  36. Fetching with LWP:
  37. http://www.cpan.org/authors/id/G/GB/GBARR/CPAN-DistnameInfo-0.12.tar.gz
  38. CPAN: Digest::SHA loaded ok (v6.02)
  39. Fetching with LWP:
  40. http://www.cpan.org/authors/id/G/GB/GBARR/CHECKSUMS
  41. Checksum for /home/hakon/.cpan/sources/authors/id/G/GB/GBARR/CPAN-DistnameInfo-0.12.tar.gz ok
  42. 'YAML' not installed, will not store persistent state
  43. CPAN: CPAN::Meta::Requirements loaded ok (v2.140)
  44. CPAN: Parse::CPAN::Meta loaded ok (v2.150010)
  45. CPAN: CPAN::Meta loaded ok (v2.150010)
  46. CPAN: Module::CoreList loaded ok (v5.20200620)
  47. Configuring G/GB/GBARR/CPAN-DistnameInfo-0.12.tar.gz with Makefile.PL
  48. Checking if your kit is complete...
  49. Looks good
  50. Generating a Unix-style Makefile
  51. Writing Makefile for CPAN::DistnameInfo
  52. Writing MYMETA.yml and MYMETA.json
  53. GBARR/CPAN-DistnameInfo-0.12.tar.gz
  54. /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK
  55. Running make for G/GB/GBARR/CPAN-DistnameInfo-0.12.tar.gz
  56. cp lib/CPAN/DistnameInfo.pm blib/lib/CPAN/DistnameInfo.pm
  57. Manifying 1 pod document
  58. GBARR/CPAN-DistnameInfo-0.12.tar.gz
  59. make -- OK
  60. Running make test for GBARR/CPAN-DistnameInfo-0.12.tar.gz
  61. PERL_DL_NONLAZY=1 "/usr/bin/perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
  62. t/ext.t ... ok
  63. t/path.t .. ok
  64. All tests successful.
  65. Files=2, Tests=829, 2 wallclock secs ( 0.01 usr 0.03 sys + 0.25 cusr 0.31 csys = 0.60 CPU)
  66. Result: PASS
  67. GBARR/CPAN-DistnameInfo-0.12.tar.gz
  68. make test -- OK
  69. Running make install for GBARR/CPAN-DistnameInfo-0.12.tar.gz
  70. Manifying 1 pod document
  71. Installing /usr/share/perl5/site_perl/CPAN/DistnameInfo.pm
  72. Installing /usr/share/man/man3/CPAN.DistnameInfo.3pm
  73. Appending installation info to /usr/lib/perl5/core_perl/perllocal.pod
  74. GBARR/CPAN-DistnameInfo-0.12.tar.gz
  75. make install -- OK
  76.  
  77.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement