]> 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 cbc42e3f7fc3414dc80b942a813710183a7bb40e..48bcca8ab1c0d357ffa42811998665d83d10ed93 100644 (file)
@@ -4,18 +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 {
-print STDERR "Falling back to DynaLoader ($@)\n";
-    require DynaLoader;
-    push @ISA, 'DynaLoader';
-    bootstrap Imager::File::TIFF $VERSION;
-  };
+  $VERSION = "0.91";
+
+  require XSLoader;
+  XSLoader::load('Imager::File::TIFF', $VERSION);
 }
 
 Imager->register_reader
@@ -132,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