Revision history for Perl extension Graphics::TIFF.
8 Tue, 09 Feb 2021 22:30 +0100
- Adapt tests to tiff-4.2.0.
Closes RT 134344 (t/93_tiff2pdf.t fails with tiff-4.2.0)
Thanks to Petr Pisar for the patch.
7 Thu, 27 Oct 2020 19:30 +0100
- Fix TIFFGetField for TIFFTAG_COLORMAP
6 Wed, 02 Aug 2017 19:30 +0200
- correct number of tests to skip in t/1.t. Closes RT 122665
(t/1.t fails on some Linux systems)
5 Sat, 29 Jul 2017 19:30 +0200
- correct pkgconfig identifier. Closes RT 122628.
Thanks to Petr Pisar for the patch.
- don't depend on Image::Magick and skip tests if not installed
- + tests with no dependencies
4 Mon, 17 Jul 2017 19:30 +0200
- rewrite test in 1.t to fix failure with older Perls
- skip 92_tiffinfo.t & 93_tiff2pdf.t if we don't have Perl 5.10, adding
Test::Requires to TEST_REQUIRES
- use Pod::Readme to build README from POD
- use perlmagick to build test images and thus fix test failures from
smokers without Imagemagick
3 Sat, 15 Jul 2017 11:00 +0200
- Skip tests in 1.t, 92_tiffinfo.t & 93_tiff2pdf.t if tiffcmp, tiffinfo
& tiff2pdf not installed to fix RT 122486
- use Test::Deeply::num to fix test failures due to rounding in 1.t and
fix RT 122488
- invalid->illegal in error messages in tiffinfo.pl and tiff2pdf.pl for
freebsd to fix RT 122489
2 Fri, 14 Jul 2017 19:30 +0200
- fix GetFieldDefaulted(TIFFTAG_EXTRASAMPLES)
- use $EXECUTABLE_NAME in tests to fix RT 122470
- + Readonly to PREREQ_PM in Makefile.PL
- Moved Test::More in BUILD_REQUIRES -> TEST_REQUIRES
1 Thu, 13 Jul 2017 19:30 +0200
- original version; created by h2xs 1.23 with options
-A -n Graphics::TIFF