cvsuser     05/01/14 05:56:21

  Modified:    App-Options CHANGES MANIFEST MANIFEST.SKIP
  Log:
  updated
  
  Revision  Changes    Path
  1.9       +11 -0     p5ee/App-Options/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /cvs/public/p5ee/App-Options/CHANGES,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- CHANGES   28 Dec 2004 22:28:52 -0000      1.8
  +++ CHANGES   14 Jan 2005 13:56:21 -0000      1.9
  @@ -2,6 +2,17 @@
   # CHANGE LOG
   #############################################################################
   
  +VERSION 0.94
  + x use Module::Build instead of ExtUtils::MakeMaker
  + x add a META.yaml file to the distribution (from "Build distmeta")
  + x add --version support (print out versions of all modules)
  +
  +VERSION 0.93
  + x prefix can now be set in $prog_dir/app.conf to find 
$prefix/etc/app/app.conf
  + x single-line sections in option files are no longer independent of the
  +   section they are in.  Both the section-condition and the line-condition
  +   must now be satisfied for a value to be set.
  +
   VERSION 0.92
    x cleaned up some warnings which appeared under -w (concatenation of undef)
    x add system-supplied hostname and host options
  
  
  
  1.5       +2 -0      p5ee/App-Options/MANIFEST
  
  Index: MANIFEST
  ===================================================================
  RCS file: /cvs/public/p5ee/App-Options/MANIFEST,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- MANIFEST  28 Dec 2004 22:29:53 -0000      1.4
  +++ MANIFEST  14 Jan 2005 13:56:21 -0000      1.5
  @@ -1,6 +1,8 @@
  +Build.PL
   CHANGES
   MANIFEST
   Makefile.PL
  +META.yml
   README
   TODO
   bin/prefix
  
  
  
  1.2       +2 -0      p5ee/App-Options/MANIFEST.SKIP
  
  Index: MANIFEST.SKIP
  ===================================================================
  RCS file: /cvs/public/p5ee/App-Options/MANIFEST.SKIP,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MANIFEST.SKIP     16 Nov 2003 21:21:22 -0000      1.1
  +++ MANIFEST.SKIP     14 Jan 2005 13:56:21 -0000      1.2
  @@ -1,4 +1,6 @@
   ~$
  +^_build
  +^Build$
   ^MANIFEST\.
   ^Makefile$
   ^blib/
  
  
  

Reply via email to