From: Chris W. <la...@us...> - 2005-02-08 01:55:12
|
Update of /cvsroot/openinteract/OpenInteract2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31527 Modified Files: Build.PL Makefile.PL Log Message: remove File::DirSync as a dependency Index: Build.PL =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/Build.PL,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** Build.PL 24 Jan 2005 17:25:14 -0000 1.22 --- Build.PL 8 Feb 2005 01:54:50 -0000 1.23 *************** *** 30,34 **** 'Email::Valid' => 0.12, 'Exception::Class' => 1.10, - 'File::DirSync' => 1.11, 'File::MMagic' => 0, 'Getopt::Long' => 2.32, --- 30,33 ---- Index: Makefile.PL =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/Makefile.PL,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** Makefile.PL 24 Jan 2005 17:25:14 -0000 1.29 --- Makefile.PL 8 Feb 2005 01:54:50 -0000 1.30 *************** *** 31,35 **** 'Email::Valid' => 0.12, 'Exception::Class' => 1.10, - 'File::DirSync' => 1.11, 'File::MMagic' => 0, 'Getopt::Long' => 2.32, --- 31,34 ---- |