cvsuser 03/06/18 07:56:30
Modified: App-Repository MANIFEST Makefile.PL
Log:
sync
Revision Changes Path
1.6 +1 -0 p5ee/App-Repository/MANIFEST
Index: MANIFEST
===================================================================
RCS file: /cvs/public/p5ee/App-Repository/MANIFEST,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -w -r1.5 -r1.6
--- MANIFEST 21 May 2003 15:43:48 -0000 1.5
+++ MANIFEST 18 Jun 2003 14:56:29 -0000 1.6
@@ -16,3 +16,4 @@
t/DBI-select.t
t/DBI-insert.t
t/DBI-update.t
+t/DBI-delete.t
1.5 +3 -3 p5ee/App-Repository/Makefile.PL
Index: Makefile.PL
===================================================================
RCS file: /cvs/public/p5ee/App-Repository/Makefile.PL,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -w -r1.4 -r1.5
--- Makefile.PL 21 May 2003 12:57:51 -0000 1.4
+++ Makefile.PL 18 Jun 2003 14:56:29 -0000 1.5
@@ -1,6 +1,6 @@
######################################################################
-## File: $Id: Makefile.PL,v 1.4 2003/05/21 12:57:51 spadkins Exp $
+## File: $Id: Makefile.PL,v 1.5 2003/06/18 14:56:29 spadkins Exp $
######################################################################
use ExtUtils::MakeMaker;
@@ -11,7 +11,7 @@
'NAME' => 'App-Repository',
'DISTNAME' => 'App-Repository',
'VERSION' => '0.01',
- 'PREREQ_PM' => { 'App-Context' => 0, # core services
+ 'PREREQ_PM' => { #'App::Context' => 0, # core services
'DBI' => 0, # database access
},
'dist' => {'COMPRESS'=>'gzip -9f', 'SUFFIX' => 'gz',