cvsuser     02/11/01 12:21:44

  Modified:    App-Repository/lib/App/Repository SOAP.pm Sample.pm
  Log:
  comment change, {config} => {conf}
  
  Revision  Changes    Path
  1.2       +2 -2      p5ee/App-Repository/lib/App/Repository/SOAP.pm
  
  Index: SOAP.pm
  ===================================================================
  RCS file: /cvs/public/p5ee/App-Repository/lib/App/Repository/SOAP.pm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -w -r1.1 -r1.2
  --- SOAP.pm   12 Oct 2002 03:03:48 -0000      1.1
  +++ SOAP.pm   1 Nov 2002 20:21:43 -0000       1.2
  @@ -1,12 +1,12 @@
   
   ######################################################################
  -## File: $Id: SOAP.pm,v 1.1 2002/10/12 03:03:48 spadkins Exp $
  +## File: $Id: SOAP.pm,v 1.2 2002/11/01 20:21:43 spadkins Exp $
   ######################################################################
   
   use Repository;
   
   package Repository::SOAP;
  -$VERSION = do { my @r=(q$Revision: 1.1 $=~/\d+/g); sprintf "%d."."%02d"x$#r,@r};
  +$VERSION = do { my @r=(q$Revision: 1.2 $=~/\d+/g); sprintf "%d."."%02d"x$#r,@r};
   
   use Repository::Base;
   @ISA = ( "Repository::Base" );
  @@ -80,7 +80,7 @@
   
   # BASIC
   # $self->{name}       # name of this repository (often "default")
  -# $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
  
  
  
  1.2       +3 -3      p5ee/App-Repository/lib/App/Repository/Sample.pm
  
  Index: Sample.pm
  ===================================================================
  RCS file: /cvs/public/p5ee/App-Repository/lib/App/Repository/Sample.pm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -w -r1.1 -r1.2
  --- Sample.pm 12 Oct 2002 03:03:48 -0000      1.1
  +++ Sample.pm 1 Nov 2002 20:21:43 -0000       1.2
  @@ -1,12 +1,12 @@
   
   ######################################################################
  -## File: $Id: Sample.pm,v 1.1 2002/10/12 03:03:48 spadkins Exp $
  +## File: $Id: Sample.pm,v 1.2 2002/11/01 20:21:43 spadkins Exp $
   ######################################################################
   
   use App::Repository;
   
   package App::Repository::Sample;
  -$VERSION = do { my @r=(q$Revision: 1.1 $=~/\d+/g); sprintf "%d."."%02d"x$#r,@r};
  +$VERSION = do { my @r=(q$Revision: 1.2 $=~/\d+/g); sprintf "%d."."%02d"x$#r,@r};
   
   use App::Repository;
   @ISA = ( "App::Repository" );
  @@ -79,7 +79,7 @@
   
   # BASIC
   # $self->{name}       # name of this repository (often "default")
  -# $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