cvsuser     02/11/01 12:20:16

  Modified:    App-Repository/lib/App Repository.pm
  Log:
  moved App::Context snippet to App::Context
  
  Revision  Changes    Path
  1.2       +2 -7      p5ee/App-Repository/lib/App/Repository.pm
  
  Index: Repository.pm
  ===================================================================
  RCS file: /cvs/public/p5ee/App-Repository/lib/App/Repository.pm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -w -r1.1 -r1.2
  --- Repository.pm     12 Oct 2002 03:03:48 -0000      1.1
  +++ Repository.pm     1 Nov 2002 20:20:16 -0000       1.2
  @@ -1,13 +1,8 @@
   
   #############################################################################
  -## $Id: Repository.pm,v 1.1 2002/10/12 03:03:48 spadkins Exp $
  +## $Id: Repository.pm,v 1.2 2002/11/01 20:20:16 spadkins Exp $
   #############################################################################
   
  -package App::Context;
  -
  -# add a convenience function to the App::Context package
  -sub repository { my $self = shift; return $self->service("Repository",@_); }
  -
   package App::Repository;
   
   use App;
  @@ -373,7 +368,7 @@
   
   # BASIC
   # $self->{name}       # name of this repository (often "db")
  -# $self->{config}     # hash of config file data
  +# $self->{conf}       # hash of config file data
   
   # CURRENT STATE
   # $self->{error}      # most recent error generated from this module
  
  
  


Reply via email to