--- toast	2003/10/19 21:03:47	1.219
+++ toast	2003/10/20 00:32:55	1.220
@@ -2242,7 +2242,7 @@
 
   # Maybe there's just an install script of some kind that we need to run.
   # Create an appropriate Makefile.
-  for(qw[install.sh INSTALL])
+  for(qw[install.sh INSTALL install.pl])
   {
     my($script) = path($dir, $_);
     if(-x($script))