]> git.imager.perl.org - imager.git/blobdiff - TIFF/TIFF.pm
switch to using size_t and i_img_dim strictly
[imager.git] / TIFF / TIFF.pm
index cc56e46d21a2dc0eb25b4f304f46ec3e8ec74226..d3e180a72ccd41c4407797da06d9da80375f7d3a 100644 (file)
@@ -4,7 +4,7 @@ use Imager;
 use vars qw($VERSION @ISA);
 
 BEGIN {
-  $VERSION = "0.77";
+  $VERSION = "0.79";
 
   eval {
     require XSLoader;
@@ -131,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