cvsuser     04/12/02 13:51:36

  Added:       App-Options/examples app.conf test1 test1.conf
  Log:
  new
  
  Revision  Changes    Path
  1.1                  p5ee/App-Options/examples/app.conf
  
  Index: app.conf
  ===================================================================
  var = value
  prefix = /usr/local
  [junk]
  var1 = some other junk
  var5 = it better not be this
  [ALL]
  [main] var1 = pattern match
  [main] var2 = old pattern match
  [main] var3 = value3
  dir = /usr/local
  htdocs_dir   = ${dir}/htdocs
  [:dir=] dir = /usr/bad
  template_dir = ${dir}/template
  [:dir2=] dir2 = /usr/local
  cgibin_dir   = ${dir2}/cgi-bin
  [:greeting=] greeting = Hello
  [bozo]
  var4 = value4
  []
  var5 = value5
  [bozo]
  var6 = value6
  [ALL]
  var8 = value8
  [main]
  var9 = value9
  [/ma/]
  var7 = value7
  
  
  
  1.1                  p5ee/App-Options/examples/test1
  
  Index: test1
  ===================================================================
  #!/usr/local/bin/perl
  
  use lib "lib";
  use lib "../lib";
  use App::Options (
     options => [ "invoice_id", "cust_nm" ],
  );
  
  
  
  
  1.1                  p5ee/App-Options/examples/test1.conf
  
  Index: test1.conf
  ===================================================================
  
  perlinc = ../lib
  flush_imports = 1
  
  
  
  

Reply via email to