/[webpac2]/trunk/lib/WebPAC/Common.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/Common.pm

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

revision 593 by dpavlin, Sun Jan 8 20:27:06 2006 UTC revision 594 by dpavlin, Mon Jul 10 10:16:03 2006 UTC
# Line 221  use webpac line this: Line 221  use webpac line this:
221  =cut  =cut
222    
223  sub _new {  sub _new {
224          my $class = shift;          my $class = shift;
225          my $self = {@_};          my $self = {@_};
226          bless($self, $class);          bless($self, $class);
227    
228          $self ? return $self : return undef;          $self ? return $self : return undef;

Legend:
Removed from v.593  
changed lines
  Added in v.594

  ViewVC Help
Powered by ViewVC 1.1.26