cvsuser     04/09/02 13:50:58

  Modified:    App-Context Makefile.PL
  Log:
  version in 0.90
  
  Revision  Changes    Path
  1.6       +4 -3      p5ee/App-Context/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /cvs/public/p5ee/App-Context/Makefile.PL,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -w -r1.5 -r1.6
  --- Makefile.PL       27 Feb 2004 14:26:04 -0000      1.5
  +++ Makefile.PL       2 Sep 2004 20:50:58 -0000       1.6
  @@ -1,21 +1,22 @@
   
   ######################################################################
  -## File: $Id: Makefile.PL,v 1.5 2004/02/27 14:26:04 spadkins Exp $
  +## File: $Id: Makefile.PL,v 1.6 2004/09/02 20:50:58 spadkins Exp $
   ######################################################################
   
   use ExtUtils::MakeMaker;
   
   my @programs = (
       "bin/app",
  +    #"bin/mason",
       "bin/call",
       "bin/app-apache",
  -    #"bin/app-server",
  +    #"bin/app-netserver",
   );
   
   %opts = (
       'NAME'        => 'App-Context',
       'DISTNAME'    => 'App-Context',
  -    'VERSION'     => '0.50',
  +    'VERSION'     => '0.90',
       'EXE_FILES'   => [ @programs ],
       'PREREQ_PM'   => {
           'App::Options'             => 0,     # for loading a startup configuration 
file
  
  
  

Reply via email to