Advertisement
hakonhagland

text-csv-m1

Sep 8th, 2021
491
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.61 KB | None | 0 0
  1. $ cpanm -v Text::CSV
  2. cpanm (App::cpanminus) 1.7044 on perl 5.034000 built for darwin-2level
  3. Work directory is /Users/hakonhaegland/.cpanm/work/1631133377.37067
  4. You have make /usr/bin/make
  5. You have /usr/bin/curl
  6. You have /usr/bin/tar: bsdtar 3.3.2 - libarchive 3.3.2 zlib/1.2.11 liblzma/5.0.5 bz2lib/1.0.6
  7. You have /usr/bin/unzip
  8. Searching Text::CSV () on cpanmetadb ...
  9. % Total % Received % Xferd Average Speed Time Time Time Current
  10. Dload Upload Total Spent Left Speed
  11. 100 141 100 141 0 0 526 0 --:--:-- --:--:-- --:--:-- 524
  12. --> Working on Text::CSV
  13. Fetching http://www.cpan.org/authors/id/I/IS/ISHIGAKI/Text-CSV-2.01.tar.gz ... ##O=-# # ################################################################################################################################################################################################### 100.0%
  14. OK
  15. Unpacking Text-CSV-2.01.tar.gz
  16. x Text-CSV-2.01/
  17. x Text-CSV-2.01/Changes
  18. x Text-CSV-2.01/lib/
  19. x Text-CSV-2.01/lib/Text/
  20. x Text-CSV-2.01/lib/Text/CSV_PP.pm
  21. x Text-CSV-2.01/lib/Text/CSV.pm
  22. x Text-CSV-2.01/META.yml
  23. x Text-CSV-2.01/MANIFEST
  24. x Text-CSV-2.01/Makefile.PL
  25. x Text-CSV-2.01/t/
  26. x Text-CSV-2.01/t/01_is_pp.t
  27. x Text-CSV-2.01/t/rt99774.t
  28. x Text-CSV-2.01/t/46_eol_si.t
  29. x Text-CSV-2.01/t/util.pl
  30. x Text-CSV-2.01/t/70_rt.t
  31. x Text-CSV-2.01/t/fields_containing_0.t
  32. x Text-CSV-2.01/t/79_callbacks.t
  33. x Text-CSV-2.01/t/22_scalario.t
  34. x Text-CSV-2.01/t/71_pp.t
  35. x Text-CSV-2.01/t/41_null.t
  36. x Text-CSV-2.01/t/45_eol.t
  37. x Text-CSV-2.01/t/85_util.t
  38. x Text-CSV-2.01/t/66_formula.t
  39. x Text-CSV-2.01/t/12_acc.t
  40. x Text-CSV-2.01/t/80_diag.t
  41. x Text-CSV-2.01/t/00_pod.t
  42. x Text-CSV-2.01/t/20_file.t
  43. x Text-CSV-2.01/t/77_getall.t
  44. x Text-CSV-2.01/t/81_subclass.t
  45. x Text-CSV-2.01/t/91_csv_cb.t
  46. x Text-CSV-2.01/t/60_samples.t
  47. x Text-CSV-2.01/t/65_allow.t
  48. x Text-CSV-2.01/t/90_csv.t
  49. x Text-CSV-2.01/t/10_base.t
  50. x Text-CSV-2.01/t/40_misc.t
  51. x Text-CSV-2.01/t/78_fragment.t
  52. x Text-CSV-2.01/t/75_hashref.t
  53. x Text-CSV-2.01/t/55_combi.t
  54. x Text-CSV-2.01/t/15_flags.t
  55. x Text-CSV-2.01/t/76_magic.t
  56. x Text-CSV-2.01/t/51_utf8.t
  57. x Text-CSV-2.01/t/30_types.t
  58. x Text-CSV-2.01/t/21_lexicalio.t
  59. x Text-CSV-2.01/t/50_utf8.t
  60. x Text-CSV-2.01/README.md
  61. x Text-CSV-2.01/files/
  62. x Text-CSV-2.01/files/utf8.csv
  63. x Text-CSV-2.01/files/macosx.csv
  64. x Text-CSV-2.01/META.json
  65. Entering Text-CSV-2.01
  66. Checking configure dependencies from META.json
  67. Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.62)
  68. Running Makefile.PL
  69. Configuring Text-CSV-2.01 ... Welcome to Text::CSV (v.2.01)
  70. =============================
  71. If you install Text::CSV_XS v.1.46, it makes Text::CSV faster.
  72.  
  73. Checking if your kit is complete...
  74. Looks good
  75. Generating a Unix-style Makefile
  76. Writing Makefile for Text::CSV
  77. Writing MYMETA.yml and MYMETA.json
  78. OK
  79. Checking dependencies from MYMETA.json ...
  80. Checking if you have Test::Harness 0 ... Yes (3.43)
  81. Checking if you have Test::More 0.71 ... Yes (1.302183)
  82. Checking if you have IO::Handle 0 ... Yes (1.46)
  83. Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.62)
  84. Building and testing Text-CSV-2.01 ... cp lib/Text/CSV.pm blib/lib/Text/CSV.pm
  85. cp lib/Text/CSV_PP.pm blib/lib/Text/CSV_PP.pm
  86. Manifying 2 pod documents
  87. PERL_DL_NONLAZY=1 "/Users/hakonhaegland/perl5/perlbrew/perls/perl-5.34.0/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
  88. t/00_pod.t ............... # PERL_TEXT_CSV: undef
  89. t/00_pod.t ............... skipped: Test::Pod 1.00 required for testing POD
  90. t/01_is_pp.t ............. ok
  91. t/10_base.t .............. ok
  92. t/12_acc.t ............... ok
  93. t/15_flags.t ............. ok
  94. t/20_file.t .............. ok
  95. t/21_lexicalio.t ......... ok
  96. t/22_scalario.t .......... ok
  97. t/30_types.t ............. ok
  98. t/40_misc.t .............. ok
  99. t/41_null.t .............. ok
  100. t/45_eol.t ............... ok
  101. t/46_eol_si.t ............ ok
  102. t/50_utf8.t .............. ok
  103. t/51_utf8.t .............. ok
  104. t/55_combi.t ............. ok
  105. t/60_samples.t ........... ok
  106. t/65_allow.t ............. ok
  107. t/66_formula.t ........... ok
  108. t/70_rt.t ................ ok
  109. t/71_pp.t ................ ok
  110. t/75_hashref.t ........... ok
  111. t/76_magic.t ............. ok
  112. t/77_getall.t ............ ok
  113. t/78_fragment.t .......... ok
  114. t/79_callbacks.t ......... ok
  115. t/80_diag.t .............. ok
  116. t/81_subclass.t .......... ok
  117. t/85_util.t .............. ok
  118. t/90_csv.t ............... ok
  119. t/91_csv_cb.t ............ ok
  120. t/fields_containing_0.t .. ok
  121. t/rt99774.t .............. ok
  122. All tests successful.
  123. Files=33, Tests=52295, 11 wallclock secs ( 0.99 usr 0.14 sys + 10.65 cusr 0.24 csys = 12.02 CPU)
  124. Result: PASS
  125. Manifying 2 pod documents
  126. Installing /Users/hakonhaegland/perl5/perlbrew/perls/perl-5.34.0/lib/site_perl/5.34.0/Text/CSV_PP.pm
  127. Installing /Users/hakonhaegland/perl5/perlbrew/perls/perl-5.34.0/lib/site_perl/5.34.0/Text/CSV.pm
  128. Installing /Users/hakonhaegland/perl5/perlbrew/perls/perl-5.34.0/man/man3/Text::CSV.3
  129. Installing /Users/hakonhaegland/perl5/perlbrew/perls/perl-5.34.0/man/man3/Text::CSV_PP.3
  130. Appending installation info to /Users/hakonhaegland/perl5/perlbrew/perls/perl-5.34.0/lib/5.34.0/darwin-2level/perllocal.pod
  131. OK
  132. Successfully installed Text-CSV-2.01
  133. Installing /Users/hakonhaegland/perl5/perlbrew/perls/perl-5.34.0/lib/site_perl/5.34.0/darwin-2level/.meta/Text-CSV-2.01/MYMETA.json
  134. Installing /Users/hakonhaegland/perl5/perlbrew/perls/perl-5.34.0/lib/site_perl/5.34.0/darwin-2level/.meta/Text-CSV-2.01/install.json
  135. 1 distribution installed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement