Cannot determine perl version info from lib/Image/Info.pm Cannot determine license info from lib/Image/Info.pm *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... [Core Features] - Test::More ...loaded. (0.72 >= 0.42) - IO::String ...loaded. (1.08 >= 1.03) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Writing Makefile for Image::Info /bin/sh -c true /bin/sh -c true cp lib/Image/Info/BMP.pm blib/lib/Image/Info/BMP.pm cp lib/Image/Info/SVG.pm blib/lib/Image/Info/SVG.pm cp lib/Image/Info/TIFF.pm blib/lib/Image/Info/TIFF.pm cp lib/Image/Info.pm blib/lib/Image/Info.pm cp lib/Image/Info/GIF.pm blib/lib/Image/Info/GIF.pm cp lib/Image/Info/XBM.pm blib/lib/Image/Info/XBM.pm cp lib/Image/Info/JPEG.pm blib/lib/Image/Info/JPEG.pm cp lib/Image/Info/PNG.pm blib/lib/Image/Info/PNG.pm cp lib/Image/Info/PPM.pm blib/lib/Image/Info/PPM.pm cp lib/Image/Info/XPM.pm blib/lib/Image/Info/XPM.pm cp lib/Image/TIFF.pm blib/lib/Image/TIFF.pm Manifying blib/man3/Image::Info::PPM.3 Manifying blib/man3/Image::Info::XPM.3 Manifying blib/man3/Image::Info::BMP.3 Manifying blib/man3/Image::Info::SVG.3 Manifying blib/man3/Image::Info::TIFF.3 Manifying blib/man3/Image::Info.3 Manifying blib/man3/Image::Info::XBM.3 /bin/sh -c true /bin/sh -c true PERL_DL_NONLAZY=1 /home/cpanrun/pa-risc1.1/build/5.6.1/bin/perl -Iinc -Iblib/arch -Iblib/lib -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/00_basics.t t/bmp.t t/exif.t t/jpg_hang.t t/png.t t/pod.t t/pod_cov.t t/string.t t/svg.t t/tiff.t t/tiff_e.t t/tiny-pgm.t t/00_basics....1..11 ok 1 - use Image::Info; ok 2 - dim() ok 3 - dim($info) ok 4 - html_dim() ok 5 - no README in info ok 6 - got hash from image_type ok 7 - image_type is GIF ok 8 - got hash from image_type ok 9 - {error} got set ok 10 - {Errno} got set ok 11 - determine_file_format is GIF ok t/bmp..........1..10 ok 1 - use Image::Info; ok 2 - Compression ok 3 - BitsPerSample ok 4 - SamplesPerPixel ok 5 - image/bmp ok 6 - 255 colors ok 7 - 255 colors ok 8 - BMP_Origin ok 9 - color_type ok 10 - dim() ok t/exif.........1..7 ok 1 - use Image::Info; ok 2 - DateTimeDigitized ok 3 - Make ok 4 - Olympus-CameraID ok 5 - UserComment ok 6 - UserComment ok 7 - dim() ok t/jpg_hang.....1..2 # Ignoring unknown type code 0 # Ignoring unknown type code 20 ok 1 - image_info ran ok 2 - image_info ran ok ok t/png..........1..18 ok 1 - use Image::Info; ok 2 - color_type ok 3 - LastModificationTime ok 4 - png ok 5 - media_type ok 6 - SampleFormat ok 7 - dim() ok 8 - ColorPalette ok 9 - color_type ok 10 - LastModificationTime ok 11 - SampleFormat ok 12 - Interlace ok 13 - Compression ok 14 - PNG_Filter ok 15 - png ok 16 - media_type ok 17 - Comment ok 18 - dim() ok t/pod..........1..11 ok 1 # skip Test::Pod not installed on this system ok 2 # skip Test::Pod not installed on this system ok 3 # skip Test::Pod not installed on this system ok 4 # skip Test::Pod not installed on this system ok 5 # skip Test::Pod not installed on this system ok 6 # skip Test::Pod not installed on this system ok 7 # skip Test::Pod not installed on this system ok 8 # skip Test::Pod not installed on this system ok 9 # skip Test::Pod not installed on this system ok 10 # skip Test::Pod not installed on this system ok 11 # skip Test::Pod not installed on this system ok 11/11 skipped: Test::Pod not installed on this system t/pod_cov......1..7 ok 1 # skip Test::Pod::Coverage 1.00 required for testing POD coverage ok 2 # skip Test::Pod::Coverage 1.00 required for testing POD coverage ok 3 # skip Test::Pod::Coverage 1.00 required for testing POD coverage ok 4 # skip Test::Pod::Coverage 1.00 required for testing POD coverage ok 5 # skip Test::Pod::Coverage 1.00 required for testing POD coverage ok 6 # skip Test::Pod::Coverage 1.00 required for testing POD coverage ok 7 # skip Test::Pod::Coverage 1.00 required for testing POD coverage ok 7/7 skipped: Test::Pod::Coverage 1.00 required for testing POD coverage t/string.......1..22 ok 1 - no error ok 2 - ../img/test.gif tell() on unopened filehandle F at ../lib/Image/Info/JPEG.pm line 90. ok 3 - no error tell() on unopened filehandle F at ../lib/Image/Info/JPEG.pm line 90. ok 4 - ../img/test.jpg ok 5 - no error ok 6 - ../img/test.pbm ok 7 - no error ok 8 - ../img/test.pgm ok 9 - no error ok 10 - ../img/test.png ok 11 - no error ok 12 - ../img/test.ppm ok 13 - no error ok 14 - ../img/test.rle ok 15 - no error ok 16 - ../img/test.svg ok 17 - no error ok 18 - ../img/test.tif ok 19 # skip Need Image::Xbm for this test ok 20 # skip Need Image::Xbm for this test ok 21 # skip Need Image::Xpm for this test ok 22 # skip Need Image::Xpm for this test ok 4/22 skipped: various reasons t/svg..........1..12 ok 1 - color_type ok 2 - file_media_type ok 3 - SVG_StandAlone ok 4 - file_ext ok 5 - SVG_Version unknown ok 6 - dim() ok 7 - SVG_StandAlone ok 8 - file_ext ok 9 - file_media_type ok 10 - title ok 11 - SVG_Version 1.1 ok 12 - dim() ok t/tiff.........1..15 ok 1 - image_info ran ok ok 2 - Right number of images found ok 3 - Three lots of BitsPerSample for full-colour image ok 4 - SamplesPerPixel is 3 for full-colour image ok 5 - width is right for full-colour image ok 6 - height is right for full-colour image ok 7 - Software text tag read correctly ok 8 - BitsPerSample right for 1-bit image ok 9 - BitsPerSample right for 1-bit image ok 10 - Compression right for 1-bit image ok 11 - DocumentName text tag read correctly ok 12 - Bit depth right for greyscale image ok 13 - Bit depth right for greyscale image ok 14 - dim() function is right for greyscale image ok 15 - ImageDescription text tag read correctly ok t/tiff_e.......1..10 ok 1 - TIFF Little Endian: image_info ran ok ok 2 - One image found ok 3 - SamplesPerPixel is 4 ok 4 - Width is right for the image ok 5 - Height is right for the image ok 6 - TIFF Big Endian: image_info ran ok ok 7 - One image found ok 8 - SamplesPerPixel is 4 ok 9 - Width is right for the image ok 10 - Height is right for the image ok t/tiny-pgm.....1..4 ok 1 - use Image::Info; ok 2 - file_media_type ok 3 - width=1 ok 4 - height=1 ok All tests successful, 22 subtests skipped. Files=12, Tests=129, 14 wallclock secs (12.55 cusr + 0.84 csys = 13.39 CPU) /bin/sh -c true /bin/sh -c true Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Image/Info.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Image/TIFF.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Image/Info/BMP.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Image/Info/SVG.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Image/Info/TIFF.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Image/Info/GIF.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Image/Info/XBM.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Image/Info/JPEG.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Image/Info/PNG.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Image/Info/PPM.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Image/Info/XPM.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/Image::Info::PPM.3 Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/Image::Info::XPM.3 Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/Image::Info::BMP.3 Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/Image::Info::SVG.3 Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/Image::Info::TIFF.3 Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/Image::Info.3 Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/Image::Info::XBM.3 Writing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/PA-RISC1.1-thread-multi/auto/Image/Info/.packlist Appending installation info to /home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi/perllocal.pod