cvsuser     04/12/28 14:30:59

  Modified:    App-Options/t app.conf
  Log:
  support env var substitution test
  
  Revision  Changes    Path
  1.5       +1 -0      p5ee/App-Options/t/app.conf
  
  Index: app.conf
  ===================================================================
  RCS file: /cvs/public/p5ee/App-Options/t/app.conf,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- app.conf  2 Dec 2004 16:00:14 -0000       1.4
  +++ app.conf  28 Dec 2004 22:30:59 -0000      1.5
  @@ -1,5 +1,6 @@
   var = value
   prefix = /usr/local
  +envtest = xy$ENV{ZZ}y
   [junk]
   var1 = some other junk
   var5 = it better not be this
  
  
  

Reply via email to