From ae60076a8d5c8568622772041e3036543f7b319e Mon Sep 17 00:00:00 2001
From: Slaven Rezic <slaven@rezic.de>
Date: Tue, 1 Sep 2009 21:07:34 +0200
Subject: [PATCH] cease prototype mismatch warnings (see RT #29523)

---
 lib/XBase/Base.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/XBase/Base.pm b/lib/XBase/Base.pm
index 85aba4a..349a3a0 100644
--- a/lib/XBase/Base.pm
+++ b/lib/XBase/Base.pm
@@ -8,7 +8,7 @@ XBase::Base - Base input output module for XBase suite
 package XBase::Base;
 
 use strict;
-use IO::File;
+use IO::File ();
 use Fcntl qw( O_RDWR O_RDONLY );
 
 ### I _Realy_ hate to have this code here!
-- 
1.6.1