/[cvs]/nfo/perl/libs/DesignPattern/Object.pm
ViewVC logotype

Diff of /nfo/perl/libs/DesignPattern/Object.pm

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

revision 1.9 by joko, Thu Mar 27 15:44:32 2003 UTC revision 1.10 by joko, Tue May 13 08:46:08 2003 UTC
# Line 2  Line 2 
2  ##  $Id$  ##  $Id$
3  ## ---------------------------------------------------------------------------  ## ---------------------------------------------------------------------------
4  ##  $Log$  ##  $Log$
5    ##  Revision 1.10  2003/05/13 08:46:08  joko
6    ##  pod and comments
7    ##
8  ##  Revision 1.9  2003/03/27 15:44:32  joko  ##  Revision 1.9  2003/03/27 15:44:32  joko
9  ##  fixes/enhancements to 'sub log_basic'  ##  fixes/enhancements to 'sub log_basic'
10  ##  ##
# Line 32  Line 35 
35  ##  ##
36  ## ---------------------------------------------------------------------------  ## ---------------------------------------------------------------------------
37    
38    =pod
39    
40    =head1 NAME
41    
42      DesignPattern::Object
43    
44    
45    =head1 TODO
46    
47      o use Class::Loader
48    
49    
50    =cut
51    
52  package DesignPattern::Object;  package DesignPattern::Object;
53    
# Line 168  sub fromPackage { Line 184  sub fromPackage {
184      eval($evstring);      eval($evstring);
185        
186    # report errors    # report errors
187      # Could this be united with DesignPattern::Loader::checkExceptions?
188      if ($@) {      if ($@) {
189        # build error-messages        # build error-messages
190        my $issuer = __PACKAGE__ . ':' . __LINE__;        my $issuer = __PACKAGE__ . ':' . __LINE__;

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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