Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- C:\Users\hakon>perl --version
- This is perl 5, version 32, subversion 1 (v5.32.1) built for MSWin32-x64-multi-thread
- Copyright 1987-2021, Larry Wall
- Perl may be copied only under the terms of either the Artistic License or the
- GNU General Public License, which may be found in the Perl 5 source kit.
- Complete documentation for Perl, including FAQ lists, should be found on
- this system using "man perl" or "perldoc perl". If you have access to the
- Internet, point your browser at http://www.perl.org/, the Perl Home Page.
- C:\Users\hakon>cpanm -v
- cpanm (App::cpanminus) 1.7044 on perl 5.032001 built for MSWin32-x64-multi-thread
- Work directory is C:\Users\hakon/.cpanm/work/1655145146.19376
- You have make C:\Strawberry\c\bin\gmake.exe
- You have LWP 6.52
- Falling back to Archive::Tar 2.38
- Usage: cpanm [options] Module [...]
- Try `cpanm --help` or `man cpanm` for more options.
- C:\Users\hakon>cpanm -v Chart
- cpanm (App::cpanminus) 1.7044 on perl 5.032001 built for MSWin32-x64-multi-thread
- Work directory is C:\Users\hakon/.cpanm/work/1655145160.20672
- You have make C:\Strawberry\c\bin\gmake.exe
- You have LWP 6.52
- Falling back to Archive::Tar 2.38
- Searching Chart () on cpanmetadb ...
- --> Working on Chart
- Fetching http://www.cpan.org/authors/id/L/LI/LICHTKIND/Chart-v2.402.1.tar.gz ... OK
- Unpacking Chart-v2.402.1.tar.gz
- Entering Chart-v2.402.1
- Checking configure dependencies from META.json
- Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.58)
- Running Makefile.PL
- Configuring Chart-v2.402.1 ... Checking if your kit is complete...
- Looks good
- Generating a gmake-style Makefile
- Writing Makefile for Chart
- Writing MYMETA.yml and MYMETA.json
- OK
- Checking dependencies from MYMETA.json ...
- Checking if you have File::Temp 0.19 ... Yes (0.2311)
- Checking if you have GD 2 ... Yes (2.73)
- Checking if you have Carp 1.35 ... Yes (1.50)
- Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.58)
- Checking if you have POSIX 1 ... Yes (1.94)
- Checking if you have Test::More 1.3 ... Yes (1.302183)
- Checking if you have Test::Warn 0.30 ... Yes (0.36)
- Building and testing Chart-v2.402.1 ... cp lib/Chart/Lines.pm blib\lib\Chart\Lines.pm
- cp lib/Chart.pm blib\lib\Chart.pm
- cp lib/Chart/HorizontalBars.pm blib\lib\Chart\HorizontalBars.pm
- cp lib/Chart/Constants.pm blib\lib\Chart\Constants.pm
- cp lib/Chart/Points.pm blib\lib\Chart\Points.pm
- cp lib/Chart/Pareto.pm blib\lib\Chart\Pareto.pm
- cp lib/Chart/Mountain.pm blib\lib\Chart\Mountain.pm
- cp lib/Chart/Direction.pm blib\lib\Chart\Direction.pm
- cp lib/Chart/LinesPoints.pm blib\lib\Chart\LinesPoints.pm
- cp lib/Chart/Pie.pm blib\lib\Chart\Pie.pm
- cp lib/Chart/Color.pm blib\lib\Chart\Color.pm
- cp lib/Chart/Composite.pm blib\lib\Chart\Composite.pm
- cp lib/Chart/Base.pm blib\lib\Chart\Base.pm
- cp lib/Chart/Color/Constant.pm blib\lib\Chart\Color\Constant.pm
- cp lib/Chart/StackedBars.pm blib\lib\Chart\StackedBars.pm
- cp lib/Chart/Bars.pm blib\lib\Chart\Bars.pm
- cp lib/Chart/BrushStyles.pm blib\lib\Chart\BrushStyles.pm
- cp lib/Chart/Split.pm blib\lib\Chart\Split.pm
- cp lib/Chart/Color/Value.pm blib\lib\Chart\Color\Value.pm
- cp lib/Chart/ErrorBars.pm blib\lib\Chart\ErrorBars.pm
- "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
- t/001_color_value.t ..... ok
- t/002_color_constant.t .. ok
- t/003_color.t ........... ok
- t/bars.t ................ ok
- t/bars_10.t ............. ok
- t/bars_2.t .............. ok
- t/bars_3.t .............. ok
- t/bars_4.t .............. ok
- t/bars_5.t .............. ok
- t/bars_6.t .............. ok
- t/bars_7.t .............. ok
- t/bars_8.t .............. ok
- t/bars_9.t .............. ok
- t/composite.t ........... ok
- t/composite_1.t ......... ok
- t/composite_2.t ......... ok
- t/composite_3.t ......... ok
- t/composite_4.t ......... ok
- t/composite_5.t ......... ok
- t/composite_6.t ......... ok
- t/composite_7.t ......... ok
- t/composite_8.t ......... ok
- t/composite_f.t ......... ok
- t/direction_1.t ......... ok
- t/direction_2.t ......... ok
- t/direction_3.t ......... ok
- t/direction_4.t ......... ok
- t/error_1.t ............. ok
- t/error_2.t ............. ok
- t/f_ticks.t ............. ok
- t/f_ticks_1.t ........... ok
- t/hbars_1.t ............. ok
- t/hbars_2.t ............. ok
- t/hbars_3.t ............. ok
- t/hbars_4.t ............. ok
- t/Humidity.t ............ ok
- t/lines.t ............... ok
- t/lines_1.t ............. ok
- t/lines_2.t ............. ok
- t/lines_3.t ............. ok
- t/lines_4.t ............. ok
- t/lines_5.t ............. ok
- t/lines_6.t ............. ok
- t/lines_7.t ............. ok
- t/lines_8.t ............. ok
- t/lines_9.t ............. ok
- t/linespoints.t ......... ok
- t/linespoints_1.t ....... ok
- t/linespoints_2.t ....... ok
- t/linespoints_3.t ....... ok
- t/linespoints_4.t ....... ok
- t/linespoints_5.t ....... ok
- t/linespoints_6.t ....... ok
- t/linespoints_7.t ....... ok
- t/mapbars.t ............. ok
- t/mapcomp.t ............. ok
- t/Math_1_over_x.t ....... ok
- t/mountain.t ............ ok
- t/mountain_2.t .......... ok
- t/mountain_3.t .......... ok
- t/mountain_4.t .......... ok
- t/pareto_1.t ............ ok
- t/pareto_2.t ............ ok
- t/pareto_3.t ............ ok
- t/pie_1.t ............... ok
- t/pie_10.t .............. ok
- t/pie_11.t .............. ok
- t/pie_2.t ............... ok
- t/pie_3.t ............... ok
- t/pie_4.t ............... ok
- t/pie_5.t ............... ok
- t/pie_6.t ............... ok
- t/pie_7.t ............... ok
- t/pie_8.t ............... ok
- t/pie_9.t ............... ok
- t/points.t .............. ok
- t/points_100.t .......... ok
- t/points_2.t ............ ok
- t/points_3.t ............ ok
- t/points_4.t ............ ok
- t/points_5.t ............ ok
- t/scalarImage.t ......... ok
- t/split_1.t ............. ok
- t/split_2.t ............. ok
- t/stackedbars.t ......... ok
- t/stackedbars_2.t ....... ok
- t/stackedbars_3.t ....... ok
- t/stackedbars_4.t ....... ok
- All tests successful.
- Files=88, Tests=515, 16 wallclock secs ( 0.31 usr + 0.25 sys = 0.56 CPU)
- Result: PASS
- Installing C:\STRAWB~1\perl\site\lib\Chart.pm
- Installing C:\STRAWB~1\perl\site\lib\Chart\Bars.pm
- Installing C:\STRAWB~1\perl\site\lib\Chart\Base.pm
- Installing C:\STRAWB~1\perl\site\lib\Chart\BrushStyles.pm
- Installing C:\STRAWB~1\perl\site\lib\Chart\Color.pm
- Installing C:\STRAWB~1\perl\site\lib\Chart\Composite.pm
- Installing C:\STRAWB~1\perl\site\lib\Chart\Constants.pm
- Installing C:\STRAWB~1\perl\site\lib\Chart\Direction.pm
- Installing C:\STRAWB~1\perl\site\lib\Chart\ErrorBars.pm
- Installing C:\STRAWB~1\perl\site\lib\Chart\HorizontalBars.pm
- Installing C:\STRAWB~1\perl\site\lib\Chart\Lines.pm
- Installing C:\STRAWB~1\perl\site\lib\Chart\LinesPoints.pm
- Installing C:\STRAWB~1\perl\site\lib\Chart\Mountain.pm
- Installing C:\STRAWB~1\perl\site\lib\Chart\Pareto.pm
- Installing C:\STRAWB~1\perl\site\lib\Chart\Pie.pm
- Installing C:\STRAWB~1\perl\site\lib\Chart\Points.pm
- Installing C:\STRAWB~1\perl\site\lib\Chart\Split.pm
- Installing C:\STRAWB~1\perl\site\lib\Chart\StackedBars.pm
- Installing C:\STRAWB~1\perl\site\lib\Chart\Color\Constant.pm
- Installing C:\STRAWB~1\perl\site\lib\Chart\Color\Value.pm
- Appending installation info to C:\STRAWB~1\perl\lib/perllocal.pod
- OK
- Successfully installed Chart-v2.402.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement