/[cvs]/nfo/perl/libs/Data/Transfer/Task.pm
ViewVC logotype

Diff of /nfo/perl/libs/Data/Transfer/Task.pm

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

revision 1.1 by cvsjoko, Thu Oct 10 03:44:21 2002 UTC revision 1.2 by joko, Thu Oct 17 00:10:43 2002 UTC
# Line 3  Line 3 
3  #  $Id$  #  $Id$
4  #  #
5  #  $Log$  #  $Log$
6    #  Revision 1.2  2002/10/17 00:10:43  joko
7    #  + bugfix: constructor argument logging
8    #
9  #  Revision 1.1  2002/10/10 03:44:21  cvsjoko  #  Revision 1.1  2002/10/10 03:44:21  cvsjoko
10  #  + new  #  + new
11  #  #
# Line 24  sub new { Line 27  sub new {
27    my $invocant = shift;    my $invocant = shift;
28    my $class = ref($invocant) || $invocant;    my $class = ref($invocant) || $invocant;
29    my $self = { @_ };    my $self = { @_ };
30    $logger->debug( __PACKAGE__ . "->new(" . @_ . ")" );    $logger->debug( __PACKAGE__ . "->new( @_ )" );
31    return bless $self, $class;    return bless $self, $class;
32  }  }
33    

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

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