/[cvs]/nfo/perl/libs/Data/Rap/Property.pm
ViewVC logotype

Diff of /nfo/perl/libs/Data/Rap/Property.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by joko, Thu Feb 20 20:15:45 2003 UTC revision 1.3 by joko, Thu Mar 27 15:31:05 2003 UTC
# Line 2  Line 2 
2  ##  $Id$  ##  $Id$
3  ## ----------------------------------------------------------------------  ## ----------------------------------------------------------------------
4  ##  $Log$  ##  $Log$
5    ##  Revision 1.3  2003/03/27 15:31:05  joko
6    ##  fixes to modules regarding new namespace(s) below Data::Mungle::*
7    ##
8  ##  Revision 1.2  2003/02/20 20:15:45  joko  ##  Revision 1.2  2003/02/20 20:15:45  joko
9  ##  modified logging style  ##  modified logging style
10  ##  + property merging instead of dumb overriding  ##  + property merging instead of dumb overriding
# Line 58  sub loadFromPerlFile { Line 61  sub loadFromPerlFile {
61    }    }
62    my $content = $storage->toString();    my $content = $storage->toString();
63    
64    $self->load("/Data/Code/Scalar");    $self->load("/Data/Mungle/Code/Scalar");
65    my $properties = $self->eval($content, $varnames);    my $properties = $self->eval($content, $varnames);
66    
67    #print Dumper($self);    #print Dumper($self);
# Line 77  sub loadFromPerlModule { Line 80  sub loadFromPerlModule {
80    
81    $self->log("Loading Perl Module '$module'.", 'info');    $self->log("Loading Perl Module '$module'.", 'info');
82    
83    $self->load("/Data/Code/Module");    $self->load("/Data/Mungle/Code/Module");
84    my $properties = $self->eval_vars($module, $varnames);    my $properties = $self->eval_vars($module, $varnames);
85    
86    # trace    # trace

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed