cvsuser 04/02/27 06:26:04
Modified: App-Context Makefile.PL
Log:
added 'call' program, changed dependency to App::Options
Revision Changes Path
1.5 +4 -3 p5ee/App-Context/Makefile.PL
Index: Makefile.PL
===================================================================
RCS file: /cvs/public/p5ee/App-Context/Makefile.PL,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -w -r1.4 -r1.5
--- Makefile.PL 3 Dec 2003 16:12:07 -0000 1.4
+++ Makefile.PL 27 Feb 2004 14:26:04 -0000 1.5
@@ -1,12 +1,13 @@
######################################################################
-## File: $Id: Makefile.PL,v 1.4 2003/12/03 16:12:07 spadkins Exp $
+## File: $Id: Makefile.PL,v 1.5 2004/02/27 14:26:04 spadkins Exp $
######################################################################
use ExtUtils::MakeMaker;
my @programs = (
- "cgi-bin/app",
+ "bin/app",
+ "bin/call",
"bin/app-apache",
#"bin/app-server",
);
@@ -17,7 +18,7 @@
'VERSION' => '0.50',
'EXE_FILES' => [ @programs ],
'PREREQ_PM' => {
- 'App::BEGIN' => 0, # for loading a startup configuration
file
+ 'App::Options' => 0, # for loading a startup configuration
file
'Compress::Zlib' => 0, # for compressed serialization and
browser responses
'Data::Dumper' => 0, # used for debugging
'Date::Parse' => 0, # date support