r6145 - /branches/upstream/libmail-mbox-messageparser-perl/lib/Mail/Mbox/MessageParser/Config.pm

joeyh at users.alioth.debian.org joeyh at users.alioth.debian.org
Mon Jul 30 18:22:22 UTC 2007


Author: joeyh
Date: Mon Jul 30 18:22:21 2007
New Revision: 6145

URL: http://svn.debian.org/wsvn/?sc=1&rev=6145
Log:
fix upstream branch

Modified:
    branches/upstream/libmail-mbox-messageparser-perl/lib/Mail/Mbox/MessageParser/Config.pm

Modified: branches/upstream/libmail-mbox-messageparser-perl/lib/Mail/Mbox/MessageParser/Config.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libmail-mbox-messageparser-perl/lib/Mail/Mbox/MessageParser/Config.pm?rev=6145&op=diff
==============================================================================
--- branches/upstream/libmail-mbox-messageparser-perl/lib/Mail/Mbox/MessageParser/Config.pm (original)
+++ branches/upstream/libmail-mbox-messageparser-perl/lib/Mail/Mbox/MessageParser/Config.pm Mon Jul 30 18:22:21 2007
@@ -8,11 +8,11 @@
 
 %Mail::Mbox::MessageParser::Config = (
   'programs' => {
-    'bzip' => '/bin/bzip2',
-    'bzip2' => '/bin/bzip2',
-    'diff' => '/usr/bin/diff',
-    'grep' => '/bin/grep',
-    'gzip' => '/bin/gzip',
+    'bzip' => '/sw/bin/bzip2',
+    'bzip2' => '/sw/bin/bzip2',
+    'diff' => '/sw/bin/diff',
+    'grep' => '/usr/bin/grep',
+    'gzip' => '/sw/bin/gzip',
   },
 
   'max_testchar_buffer_size' => 1048576,




More information about the Pkg-perl-cvs-commits mailing list