cvsuser     05/09/18 18:40:54

  Modified:    App-Options CHANGES META.yml TODO
  Log:
  prepare 0.99 release
  
  Revision  Changes    Path
  1.14      +5 -0      p5ee/App-Options/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /cvs/public/p5ee/App-Options/CHANGES,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- CHANGES   22 May 2005 12:51:31 -0000      1.13
  +++ CHANGES   19 Sep 2005 01:40:53 -0000      1.14
  @@ -2,6 +2,11 @@
   # CHANGE LOG
   #############################################################################
   
  +VERSION 0.99
  + x fixed a condition that didn't work on Windows when executing in current 
dir
  + x fix double slash /usr/rubicon/test/bin//app.conf
  + x improved --debug_options, --debug_options=[1-7] output
  +
   VERSION 0.98
    x disabled some tests that cause failure on MSWin32
   
  
  
  
  1.6       +4 -4      p5ee/App-Options/META.yml
  
  Index: META.yml
  ===================================================================
  RCS file: /cvs/public/p5ee/App-Options/META.yml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- META.yml  22 May 2005 12:50:51 -0000      1.5
  +++ META.yml  19 Sep 2005 01:40:53 -0000      1.6
  @@ -1,9 +1,9 @@
   ---
   name: App-Options
  -version: 0.98
  +version: 0.99
   author:
     - [EMAIL PROTECTED]
  -abstract: 'combine command line options, environment vars, and option file 
values'
  +abstract: 'Combine command line options, environment vars, and option file 
values'
   license: perl
   requires:
     Carp: 0
  @@ -15,5 +15,5 @@
   provides:
     App::Options:
       file: lib/App/Options.pm
  -    version: 0.98
  -generated_by: Module::Build version 0.261
  +    version: 0.99
  +generated_by: Module::Build version 0.2611
  
  
  
  1.12      +3 -1      p5ee/App-Options/TODO
  
  Index: TODO
  ===================================================================
  RCS file: /cvs/public/p5ee/App-Options/TODO,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- TODO      20 May 2005 19:27:13 -0000      1.11
  +++ TODO      19 Sep 2005 01:40:53 -0000      1.12
  @@ -6,6 +6,8 @@
    o [no more critical items]
   
   These are other interesting things which I might do
  + o make --debug_options=9 even more readable
  + o improve ease-of-use (enhanced help display) for more advanced features 
(i.e. debug_options=9)
    o clean up use of --version_modules (when to show all)
    o incorporate LWP::UserAgent->get() as a standard way to get a conf
    o VERSION option in program sets the $main::VERSION
  
  
  

Reply via email to