diff -u -r HTML-WebMake-0.7.old/lib/HTML/WebMake/Main.pm HTML-WebMake-0.7/lib/HTML/WebMake/Main.pm
--- HTML-WebMake-0.7.old/lib/HTML/WebMake/Main.pm	Wed Nov 15 18:41:22 2000
+++ HTML-WebMake-0.7/lib/HTML/WebMake/Main.pm	Wed Nov 15 18:42:37 2000
@@ -1002,7 +1002,7 @@
   $attrtext =~ s/\s*\/\s*$//g;		# trim /> tag ending
 
   if (!defined $self->{have_image_size_module}) {
-    if (eval 'use Image::Size qw(html_imgsize); 1;') {
+    if (eval 'require Image::Size;') {
       $self->{have_image_size_module} = 1;
     } else {
       vrb ("\${IMGSIZE} tag: cannot load Image::Size module, not supported");

