cvsuser 05/03/02 09:23:29
Modified: App-Repository Makefile.PL
Log:
belated checkin of v0.93 in Makefile.PL
Revision Changes Path
1.7 +2 -2 p5ee/App-Repository/Makefile.PL
Index: Makefile.PL
===================================================================
RCS file: /cvs/public/p5ee/App-Repository/Makefile.PL,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Makefile.PL 2 Sep 2004 20:59:16 -0000 1.6
+++ Makefile.PL 2 Mar 2005 17:23:29 -0000 1.7
@@ -1,6 +1,6 @@
######################################################################
-## File: $Id: Makefile.PL,v 1.6 2004/09/02 20:59:16 spadkins Exp $
+## File: $Id: Makefile.PL,v 1.7 2005/03/02 17:23:29 spadkins Exp $
######################################################################
use ExtUtils::MakeMaker;
@@ -10,7 +10,7 @@
%opts = (
'NAME' => 'App-Repository',
'DISTNAME' => 'App-Repository',
- 'VERSION' => '0.90',
+ 'VERSION' => '0.93',
'PREREQ_PM' => { #'App::Context' => 0, # core services
'DBI' => 0, # database access
},