Checking if your kit is complete... Looks good Writing Makefile for GD::Graph The automatic tests for GDGraph are not really a solid workout of the library. The best way to test the package is to run the examples before installing it. You can run the examples in the samples directory with `make samples` or by going into that directory, and just running `make`. If that fails, please read samples/Makefile. cp Graph/FAQ.pod blib/lib/GD/Graph/FAQ.pod cp Graph/linespoints.pm blib/lib/GD/Graph/linespoints.pm cp Graph/mixed.pm blib/lib/GD/Graph/mixed.pm cp Graph/points.pm blib/lib/GD/Graph/points.pm cp Graph/utils.pm blib/lib/GD/Graph/utils.pm cp Graph/axestype.pm blib/lib/GD/Graph/axestype.pm cp Graph/Data.pm blib/lib/GD/Graph/Data.pm cp Graph/Error.pm blib/lib/GD/Graph/Error.pm cp Graph/bars.pm blib/lib/GD/Graph/bars.pm cp Graph/colour.pm blib/lib/GD/Graph/colour.pm cp Graph/lines.pm blib/lib/GD/Graph/lines.pm cp Graph/pie.pm blib/lib/GD/Graph/pie.pm cp Graph/hbars.pm blib/lib/GD/Graph/hbars.pm cp Graph.pm blib/lib/GD/Graph.pm cp Graph/area.pm blib/lib/GD/Graph/area.pm Manifying blib/man3/GD::Graph::FAQ.3 Manifying blib/man3/GD::Graph::hbars.3 Manifying blib/man3/GD::Graph.3 Manifying blib/man3/GD::Graph::Data.3 Manifying blib/man3/GD::Graph::Error.3 Manifying blib/man3/GD::Graph::colour.3 PERL_DL_NONLAZY=1 /home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/build/5.6.1/lib/5.6.1/i686-linux-thread-multi -I/home/cpanrun/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/axestype..........1..13 ok 1 # Check for division by 0 errors when all data points are 0 ok 2 ok 3 ok 4 ok 5 # Check for division by 0 errors on zero two_axes charts ok 6 ok 7 ok 8 ok 9 # Check for division by 0 errors on non-zero two_axes charts ok 10 ok 11 ok 12 ok 13 ok t/bugfixes..........1..33 ok 1 - use GD::Graph; ok 2 - Got an object from new() ok 3 - The object isa GD::Graph ok 4 - Skipping: GD appears not to support importing GIF files ok 5 - Skipping: GD appears not to support importing GIF files ok 6 - Skipping: GD appears not to support importing GIF files ok 7 - Skipping: GD appears not to support importing GIF files ok 8 - _read_logo_file succeeds for jpeg with file extension ok 9 - The object isa GD::Image ok 10 - _read_logo_file succeeds for jpeg without file extension ok 11 - The object isa GD::Image ok 12 - _read_logo_file succeeds for jpeg with alternate extension ok 13 - The object isa GD::Image ok 14 - _read_logo_file succeeds for png with file extension ok 15 - The object isa GD::Image Argument "M-^IPNG\r\n^Z\n" isn't numeric in subroutine entry at blib/lib/GD/Graph.pm line 368. ok 16 - _read_logo_file succeeds for png without file extension ok 17 - The object isa GD::Image ok 18 - _read_logo_file succeeds for png with alternate extension ok 19 - The object isa GD::Image ok 20 - _read_logo_file succeeds for xbm with file extension ok 21 - The object isa GD::Image Argument "#define logo_width 64\n#define logo_height 64\nstatic ch..." isn't numeric in subroutine entry at blib/lib/GD/Graph.pm line 368. ok 22 - _read_logo_file succeeds for xbm without file extension ok 23 - The object isa GD::Image libgd was not built with xpm support ok 24 - Skipping: GD *really* doesn't support importing XPM files ok 25 - Skipping: GD *really* doesn't support importing XPM files ok 26 - Skipping: GD *really* doesn't support importing XPM files ok 27 - Skipping: GD *really* doesn't support importing XPM files ok 28 - use GD::Graph::bars; ok 29 - freakish divide-by-zero trick ok 30 - No fatalities on the above ok 31 - Survived 20792 ok 32 - and got a result ok 33 - No timeout ok t/colour............1..9 ok 1 # Convert a colour between hex and rgb list ok 2 ok 3 # add a colour explicitly ok 4 ok 5 ok 6 # The next should add a colour, since it hasn't been defined yet ok 7 ok 8 # Check that colour_list() limits correctly ok 9 ok t/data..............1..37 ok 1 ok 2 # Test setting up of object ok 3 ok 4 # Test that empty object is empty ok 5 ok 6 # Fill with data ok 7 # Check number of data sets ok 8 # Get min and max ok 9 ok 10 ok 11 ok 12 # Check number of points, and y value ok 13 ok 14 # Add a point and check dimensions ok 15 ok 16 ok 17 ok 18 ok 19 # Check cumulate ok 20 ok 21 # Check reverse ok 22 ok 23 # Check min and max ok 24 ok 25 # Check copy() ok 26 ok 27 ok 28 # Read tab-separated file ok 29 ok 30 ok 31 # Read comma-separated file ok 32 ok 33 ok 34 # Read from DATA ok 35 ok 36 ok 37 ok t/error.............1..16 ok 1 ok 2 # Check inheritance ok 3 ok 4 ok 5 # Check error and warning level ok 6 ok 7 # Set some warnings and errors ok 8 ok 9 # Set more errors ok 10 ok 11 # Clear errors ok 12 ok 13 # Set critical error ok 14 ok 15 ok 16 ok t/use...............1..10 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok All tests successful. Files=6, Tests=118, 4 wallclock secs ( 4.16 cusr + 0.17 csys = 4.33 CPU) Installing /home/cpanrun/build/5.6.1/lib/site_perl/5.6.1/GD/Graph.pm Installing /home/cpanrun/build/5.6.1/lib/site_perl/5.6.1/GD/Graph/FAQ.pod Installing /home/cpanrun/build/5.6.1/lib/site_perl/5.6.1/GD/Graph/linespoints.pm Installing /home/cpanrun/build/5.6.1/lib/site_perl/5.6.1/GD/Graph/mixed.pm Installing /home/cpanrun/build/5.6.1/lib/site_perl/5.6.1/GD/Graph/points.pm Installing /home/cpanrun/build/5.6.1/lib/site_perl/5.6.1/GD/Graph/utils.pm Installing /home/cpanrun/build/5.6.1/lib/site_perl/5.6.1/GD/Graph/axestype.pm Installing /home/cpanrun/build/5.6.1/lib/site_perl/5.6.1/GD/Graph/Data.pm Installing /home/cpanrun/build/5.6.1/lib/site_perl/5.6.1/GD/Graph/Error.pm Installing /home/cpanrun/build/5.6.1/lib/site_perl/5.6.1/GD/Graph/bars.pm Installing /home/cpanrun/build/5.6.1/lib/site_perl/5.6.1/GD/Graph/colour.pm Installing /home/cpanrun/build/5.6.1/lib/site_perl/5.6.1/GD/Graph/lines.pm Installing /home/cpanrun/build/5.6.1/lib/site_perl/5.6.1/GD/Graph/pie.pm Installing /home/cpanrun/build/5.6.1/lib/site_perl/5.6.1/GD/Graph/hbars.pm Installing /home/cpanrun/build/5.6.1/lib/site_perl/5.6.1/GD/Graph/area.pm Installing /home/cpanrun/build/5.6.1/man/man3/GD::Graph::FAQ.3 Installing /home/cpanrun/build/5.6.1/man/man3/GD::Graph::hbars.3 Installing /home/cpanrun/build/5.6.1/man/man3/GD::Graph.3 Installing /home/cpanrun/build/5.6.1/man/man3/GD::Graph::Data.3 Installing /home/cpanrun/build/5.6.1/man/man3/GD::Graph::Error.3 Installing /home/cpanrun/build/5.6.1/man/man3/GD::Graph::colour.3 Appending installation info to /home/cpanrun/build/5.6.1/lib/5.6.1/i686-linux-thread-multi/perllocal.pod