Advertisement
hakonhagland

win11-cpanm-install-chart

Jun 13th, 2022
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.15 KB | None | 0 0
  1. C:\Users\hakon>perl --version
  2.  
  3. This is perl 5, version 32, subversion 1 (v5.32.1) built for MSWin32-x64-multi-thread
  4.  
  5. Copyright 1987-2021, Larry Wall
  6.  
  7. Perl may be copied only under the terms of either the Artistic License or the
  8. GNU General Public License, which may be found in the Perl 5 source kit.
  9.  
  10. Complete documentation for Perl, including FAQ lists, should be found on
  11. this system using "man perl" or "perldoc perl". If you have access to the
  12. Internet, point your browser at http://www.perl.org/, the Perl Home Page.
  13.  
  14.  
  15. C:\Users\hakon>cpanm -v
  16. cpanm (App::cpanminus) 1.7044 on perl 5.032001 built for MSWin32-x64-multi-thread
  17. Work directory is C:\Users\hakon/.cpanm/work/1655145146.19376
  18. You have make C:\Strawberry\c\bin\gmake.exe
  19. You have LWP 6.52
  20. Falling back to Archive::Tar 2.38
  21. Usage: cpanm [options] Module [...]
  22.  
  23. Try `cpanm --help` or `man cpanm` for more options.
  24.  
  25. C:\Users\hakon>cpanm -v Chart
  26. cpanm (App::cpanminus) 1.7044 on perl 5.032001 built for MSWin32-x64-multi-thread
  27. Work directory is C:\Users\hakon/.cpanm/work/1655145160.20672
  28. You have make C:\Strawberry\c\bin\gmake.exe
  29. You have LWP 6.52
  30. Falling back to Archive::Tar 2.38
  31. Searching Chart () on cpanmetadb ...
  32. --> Working on Chart
  33. Fetching http://www.cpan.org/authors/id/L/LI/LICHTKIND/Chart-v2.402.1.tar.gz ... OK
  34. Unpacking Chart-v2.402.1.tar.gz
  35. Entering Chart-v2.402.1
  36. Checking configure dependencies from META.json
  37. Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.58)
  38. Running Makefile.PL
  39. Configuring Chart-v2.402.1 ... Checking if your kit is complete...
  40. Looks good
  41. Generating a gmake-style Makefile
  42. Writing Makefile for Chart
  43. Writing MYMETA.yml and MYMETA.json
  44. OK
  45. Checking dependencies from MYMETA.json ...
  46. Checking if you have File::Temp 0.19 ... Yes (0.2311)
  47. Checking if you have GD 2 ... Yes (2.73)
  48. Checking if you have Carp 1.35 ... Yes (1.50)
  49. Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.58)
  50. Checking if you have POSIX 1 ... Yes (1.94)
  51. Checking if you have Test::More 1.3 ... Yes (1.302183)
  52. Checking if you have Test::Warn 0.30 ... Yes (0.36)
  53. Building and testing Chart-v2.402.1 ... cp lib/Chart/Lines.pm blib\lib\Chart\Lines.pm
  54. cp lib/Chart.pm blib\lib\Chart.pm
  55. cp lib/Chart/HorizontalBars.pm blib\lib\Chart\HorizontalBars.pm
  56. cp lib/Chart/Constants.pm blib\lib\Chart\Constants.pm
  57. cp lib/Chart/Points.pm blib\lib\Chart\Points.pm
  58. cp lib/Chart/Pareto.pm blib\lib\Chart\Pareto.pm
  59. cp lib/Chart/Mountain.pm blib\lib\Chart\Mountain.pm
  60. cp lib/Chart/Direction.pm blib\lib\Chart\Direction.pm
  61. cp lib/Chart/LinesPoints.pm blib\lib\Chart\LinesPoints.pm
  62. cp lib/Chart/Pie.pm blib\lib\Chart\Pie.pm
  63. cp lib/Chart/Color.pm blib\lib\Chart\Color.pm
  64. cp lib/Chart/Composite.pm blib\lib\Chart\Composite.pm
  65. cp lib/Chart/Base.pm blib\lib\Chart\Base.pm
  66. cp lib/Chart/Color/Constant.pm blib\lib\Chart\Color\Constant.pm
  67. cp lib/Chart/StackedBars.pm blib\lib\Chart\StackedBars.pm
  68. cp lib/Chart/Bars.pm blib\lib\Chart\Bars.pm
  69. cp lib/Chart/BrushStyles.pm blib\lib\Chart\BrushStyles.pm
  70. cp lib/Chart/Split.pm blib\lib\Chart\Split.pm
  71. cp lib/Chart/Color/Value.pm blib\lib\Chart\Color\Value.pm
  72. cp lib/Chart/ErrorBars.pm blib\lib\Chart\ErrorBars.pm
  73. "C:\Strawberry\perl\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
  74. t/001_color_value.t ..... ok
  75. t/002_color_constant.t .. ok
  76. t/003_color.t ........... ok
  77. t/bars.t ................ ok
  78. t/bars_10.t ............. ok
  79. t/bars_2.t .............. ok
  80. t/bars_3.t .............. ok
  81. t/bars_4.t .............. ok
  82. t/bars_5.t .............. ok
  83. t/bars_6.t .............. ok
  84. t/bars_7.t .............. ok
  85. t/bars_8.t .............. ok
  86. t/bars_9.t .............. ok
  87. t/composite.t ........... ok
  88. t/composite_1.t ......... ok
  89. t/composite_2.t ......... ok
  90. t/composite_3.t ......... ok
  91. t/composite_4.t ......... ok
  92. t/composite_5.t ......... ok
  93. t/composite_6.t ......... ok
  94. t/composite_7.t ......... ok
  95. t/composite_8.t ......... ok
  96. t/composite_f.t ......... ok
  97. t/direction_1.t ......... ok
  98. t/direction_2.t ......... ok
  99. t/direction_3.t ......... ok
  100. t/direction_4.t ......... ok
  101. t/error_1.t ............. ok
  102. t/error_2.t ............. ok
  103. t/f_ticks.t ............. ok
  104. t/f_ticks_1.t ........... ok
  105. t/hbars_1.t ............. ok
  106. t/hbars_2.t ............. ok
  107. t/hbars_3.t ............. ok
  108. t/hbars_4.t ............. ok
  109. t/Humidity.t ............ ok
  110. t/lines.t ............... ok
  111. t/lines_1.t ............. ok
  112. t/lines_2.t ............. ok
  113. t/lines_3.t ............. ok
  114. t/lines_4.t ............. ok
  115. t/lines_5.t ............. ok
  116. t/lines_6.t ............. ok
  117. t/lines_7.t ............. ok
  118. t/lines_8.t ............. ok
  119. t/lines_9.t ............. ok
  120. t/linespoints.t ......... ok
  121. t/linespoints_1.t ....... ok
  122. t/linespoints_2.t ....... ok
  123. t/linespoints_3.t ....... ok
  124. t/linespoints_4.t ....... ok
  125. t/linespoints_5.t ....... ok
  126. t/linespoints_6.t ....... ok
  127. t/linespoints_7.t ....... ok
  128. t/mapbars.t ............. ok
  129. t/mapcomp.t ............. ok
  130. t/Math_1_over_x.t ....... ok
  131. t/mountain.t ............ ok
  132. t/mountain_2.t .......... ok
  133. t/mountain_3.t .......... ok
  134. t/mountain_4.t .......... ok
  135. t/pareto_1.t ............ ok
  136. t/pareto_2.t ............ ok
  137. t/pareto_3.t ............ ok
  138. t/pie_1.t ............... ok
  139. t/pie_10.t .............. ok
  140. t/pie_11.t .............. ok
  141. t/pie_2.t ............... ok
  142. t/pie_3.t ............... ok
  143. t/pie_4.t ............... ok
  144. t/pie_5.t ............... ok
  145. t/pie_6.t ............... ok
  146. t/pie_7.t ............... ok
  147. t/pie_8.t ............... ok
  148. t/pie_9.t ............... ok
  149. t/points.t .............. ok
  150. t/points_100.t .......... ok
  151. t/points_2.t ............ ok
  152. t/points_3.t ............ ok
  153. t/points_4.t ............ ok
  154. t/points_5.t ............ ok
  155. t/scalarImage.t ......... ok
  156. t/split_1.t ............. ok
  157. t/split_2.t ............. ok
  158. t/stackedbars.t ......... ok
  159. t/stackedbars_2.t ....... ok
  160. t/stackedbars_3.t ....... ok
  161. t/stackedbars_4.t ....... ok
  162. All tests successful.
  163. Files=88, Tests=515, 16 wallclock secs ( 0.31 usr + 0.25 sys = 0.56 CPU)
  164. Result: PASS
  165. Installing C:\STRAWB~1\perl\site\lib\Chart.pm
  166. Installing C:\STRAWB~1\perl\site\lib\Chart\Bars.pm
  167. Installing C:\STRAWB~1\perl\site\lib\Chart\Base.pm
  168. Installing C:\STRAWB~1\perl\site\lib\Chart\BrushStyles.pm
  169. Installing C:\STRAWB~1\perl\site\lib\Chart\Color.pm
  170. Installing C:\STRAWB~1\perl\site\lib\Chart\Composite.pm
  171. Installing C:\STRAWB~1\perl\site\lib\Chart\Constants.pm
  172. Installing C:\STRAWB~1\perl\site\lib\Chart\Direction.pm
  173. Installing C:\STRAWB~1\perl\site\lib\Chart\ErrorBars.pm
  174. Installing C:\STRAWB~1\perl\site\lib\Chart\HorizontalBars.pm
  175. Installing C:\STRAWB~1\perl\site\lib\Chart\Lines.pm
  176. Installing C:\STRAWB~1\perl\site\lib\Chart\LinesPoints.pm
  177. Installing C:\STRAWB~1\perl\site\lib\Chart\Mountain.pm
  178. Installing C:\STRAWB~1\perl\site\lib\Chart\Pareto.pm
  179. Installing C:\STRAWB~1\perl\site\lib\Chart\Pie.pm
  180. Installing C:\STRAWB~1\perl\site\lib\Chart\Points.pm
  181. Installing C:\STRAWB~1\perl\site\lib\Chart\Split.pm
  182. Installing C:\STRAWB~1\perl\site\lib\Chart\StackedBars.pm
  183. Installing C:\STRAWB~1\perl\site\lib\Chart\Color\Constant.pm
  184. Installing C:\STRAWB~1\perl\site\lib\Chart\Color\Value.pm
  185. Appending installation info to C:\STRAWB~1\perl\lib/perllocal.pod
  186. OK
  187. Successfully installed Chart-v2.402.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement