]> git.imager.perl.org - imager.git/blobdiff - TIFF/TIFF.pm
most numeric parameters to the XS implementation now throw an exception if supplied...
[imager.git] / TIFF / TIFF.pm
index cc56e46d21a2dc0eb25b4f304f46ec3e8ec74226..48bcca8ab1c0d357ffa42811998665d83d10ed93 100644 (file)
@@ -4,17 +4,10 @@ use Imager;
 use vars qw($VERSION @ISA);
 
 BEGIN {
-  $VERSION = "0.77";
-
-  eval {
-    require XSLoader;
-    XSLoader::load('Imager::File::TIFF', $VERSION);
-    1;
-  } or do {
-    require DynaLoader;
-    push @ISA, 'DynaLoader';
-    bootstrap Imager::File::TIFF $VERSION;
-  };
+  $VERSION = "0.91";
+
+  require XSLoader;
+  XSLoader::load('Imager::File::TIFF', $VERSION);
 }
 
 Imager->register_reader
@@ -131,7 +124,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