Update of /cvsroot/fink/pdb
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv16870

Modified Files:
        create-finkdb.pl 
Log Message:
use XS instead

Index: create-finkdb.pl
===================================================================
RCS file: /cvsroot/fink/pdb/create-finkdb.pl,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- create-finkdb.pl    28 Nov 2007 04:04:07 -0000      1.8
+++ create-finkdb.pl    28 Nov 2007 04:35:07 -0000      1.9
@@ -28,7 +28,7 @@
 use Cwd qw(abs_path getcwd);
 use File::Basename;
 use File::Slurp;
-use Text::CSV_PP;
+use Text::CSV_XS;
 
 our $topdir;
 our $fink_version;
@@ -45,7 +45,7 @@
 
 ### now load the useful modules
 
-use lib qw($topdir/fink/perlmod);
+use lib qw(fink/perlmod);
 use Fink::Services qw(&read_config &latest_version);
 use Fink::Config qw(&set_options);
 use Fink::Package;
@@ -84,7 +84,7 @@
        $disable_delete
 );
 
-$csv          = Text::CSV_PP->new({ binary => 1 });
+$csv          = Text::CSV_XS->new({ binary => 1 });
 $debug        = 0;
 $trace        = 0;
 $iconv        = Text::Iconv->new("UTF-8", "UTF-8");


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to