From: Teemu A. <in...@us...> - 2005-03-30 00:15:48
|
Update of /cvsroot/openinteract/OpenInteract2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27075 Modified Files: Makefile.PL Log Message: oobs, revert back Makefile.PL which gets the OI version from VERSION file (which is incompatible with dh-make-perl, by the way) Index: Makefile.PL =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/Makefile.PL,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** Makefile.PL 30 Mar 2005 00:13:50 -0000 1.31 --- Makefile.PL 30 Mar 2005 00:15:27 -0000 1.32 *************** *** 6,10 **** my %opts = ( 'NAME' => 'OpenInteract', ! 'VERSION' => '20050330_cvs', 'EXE_FILES' => [ qw( script/oi2_manage script/oi2_daemon ) ], 'PL_FILES' => {}, --- 6,10 ---- my %opts = ( 'NAME' => 'OpenInteract', ! 'VERSION_FROM' => 'VERSION', 'EXE_FILES' => [ qw( script/oi2_manage script/oi2_daemon ) ], 'PL_FILES' => {}, |