/[webpac2]/trunk/lib/WebPAC/Lookup.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/WebPAC/Lookup.pm

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

revision 392 by dpavlin, Tue Dec 27 22:26:43 2005 UTC revision 393 by dpavlin, Wed Feb 15 14:49:48 2006 UTC
# Line 59  Create new lookup object. Line 59  Create new lookup object.
59  =cut  =cut
60    
61  sub new {  sub new {
62          my $class = shift;          my $class = shift;
63          my $self = {@_};          my $self = {@_};
64          bless($self, $class);          bless($self, $class);
65    
66          my $log = $self->_get_logger();          my $log = $self->_get_logger();

Legend:
Removed from v.392  
changed lines
  Added in v.393

  ViewVC Help
Powered by ViewVC 1.1.26