[interchange-cvs] interchange - heins modified lib/Vend/File.pm

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Sun May 1 11:38:25 EDT 2005


User:      heins
Date:      2005-05-01 15:38:25 GMT
Modified:  lib/Vend File.pm
Log:
* Remove dependency on a usertag containing "use File::Path".

Revision  Changes    Path
2.19      +3 -2      interchange/lib/Vend/File.pm


rev 2.19, prev_rev 2.18
Index: File.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/File.pm,v
retrieving revision 2.18
retrieving revision 2.19
diff -u -r2.18 -r2.19
--- File.pm	30 Apr 2005 15:09:58 -0000	2.18
+++ File.pm	1 May 2005 15:38:24 -0000	2.19
@@ -1,6 +1,6 @@
 # Vend::File - Interchange file functions
 #
-# $Id: File.pm,v 2.18 2005/04/30 15:09:58 mheins Exp $
+# $Id: File.pm,v 2.19 2005/05/01 15:38:24 mheins Exp $
 # 
 # Copyright (C) 2002-2003 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -51,9 +51,10 @@
 use Fcntl;
 use Errno;
 use Vend::Util;
+use File::Path;
 use subs qw(logError logGlobal);
 use vars qw($VERSION @EXPORT @EXPORT_OK $errstr);
-$VERSION = substr(q$Revision: 2.18 $, 10);
+$VERSION = substr(q$Revision: 2.19 $, 10);
 
 sub writefile {
     my($file, $data, $opt) = @_;








More information about the interchange-cvs mailing list