Update of /cvsroot/openinteract/OpenInteract2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25767
Modified Files:
Makefile.PL
Log Message:
added ABSTRACT
Index: Makefile.PL
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/Makefile.PL,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** Makefile.PL 27 Sep 2004 03:51:56 -0000 1.25
--- Makefile.PL 18 Oct 2004 07:37:00 -0000 1.26
***************
*** 5,14 ****
my %opts = (
! 'NAME' => 'OpenInteract',
! 'VERSION_FROM' => 'VERSION',
! 'EXE_FILES' => [ qw( script/oi2_manage script/oi2_daemon ) ],
! 'PL_FILES' => {},
! 'NO_META' => 1,
! 'PREREQ_PM' => {
'Apache::Session' => 1.50,
'Archive::Zip' => 0,
--- 5,15 ----
my %opts = (
! 'NAME' => 'OpenInteract',
! 'VERSION_FROM' => 'VERSION',
! 'EXE_FILES' => [ qw( script/oi2_manage script/oi2_daemon ) ],
! 'PL_FILES' => {},
! 'NO_META' => 1,
! 'ABSTRACT' => 'Pure-perl extensible application server',
! 'PREREQ_PM' => {
'Apache::Session' => 1.50,
'Archive::Zip' => 0,
|