]> git.imager.perl.org - imager.git/blobdiff - TIFF/TIFF.pm
improve i_io_peekn() / i_io_read_fill() interaction
[imager.git] / TIFF / TIFF.pm
index cbc42e3f7fc3414dc80b942a813710183a7bb40e..f392657d6c9b4aec57e4f3b4d4c8cdfc78681f84 100644 (file)
@@ -4,14 +4,13 @@ use Imager;
 use vars qw($VERSION @ISA);
 
 BEGIN {
-  $VERSION = "0.77";
+  $VERSION = "0.81";
 
   eval {
     require XSLoader;
     XSLoader::load('Imager::File::TIFF', $VERSION);
     1;
   } or do {
-print STDERR "Falling back to DynaLoader ($@)\n";
     require DynaLoader;
     push @ISA, 'DynaLoader';
     bootstrap Imager::File::TIFF $VERSION;
@@ -132,7 +131,7 @@ Imager's TIFF support is documented in L<Imager::Files>.
 
 =head1 AUTHOR
 
-Tony Cook <tony@imager.perl.org>
+Tony Cook <tonyc@cpan.org>
 
 =head1 SEE ALSO