--- Mail/Util.pm.orig	2006-01-21 03:16:10.000000000 -0600
+++ Mail/Util.pm	2006-07-27 14:10:14.000000000 -0500
@@ -13,7 +13,7 @@
 use Exporter ();
 
 BEGIN {
-    require 5.000;
+    require 5.006_001;
 
     $VERSION = "1.74";
 
@@ -102,7 +102,7 @@
     local *FH;
     local $_;
 
-    open(FH,"< $file") or
+    open(FH,'<',$file) or
 	do {
 	    require Carp;
 	    Carp::croak("cannot open '$file': $!\n");