]> git.imager.perl.org - imager.git/commit
- calling the read() method for a format not included in the Imager build,
authorTony Cook <tony@develop=help.com>
Tue, 8 Mar 2005 08:02:59 +0000 (08:02 +0000)
committerTony Cook <tony@develop=help.com>
Tue, 8 Mar 2005 08:02:59 +0000 (08:02 +0000)
commit66614d6e6ba6b666458e511e186000372c74ab02
tree692824be63d3c196b8d3a445dbf4acd1c6cbc2b6
parent85248e48e94178c281a6e305d52e9360caf9b6b2
- calling the read() method for a format not included in the Imager build,
  for example, JPEG with no libjpeg installed, would crash with an
  undefined function error (modified by DynaLoaders dependence on
  AutoLoader.
  http://rt.cpan.org/NoAuth/Bug.html?id=9618
- some test scripts have been modified to use Test::More, which is now
  included under the t directory.  Eventually all will be modified to use
  Test::More and the duplicates in t/testtools.pl will be removed
Changes
Imager.pm
fileformatdocs/bmp.txt [new file with mode: 0644]
fileformatdocs/other.txt [new file with mode: 0644]
t/Test/Builder.pm [new file with mode: 0644]
t/Test/More.pm [new file with mode: 0644]
t/t101jpeg.t
t/t102png.t
t/t105gif.t
t/t106tiff.t