[prev] [thread] [next] [lurker] [Date index for 2002/09/17]
Update of /cvsroot/siesta/siesta/lib/Siesta In directory usw-pr-cvs1:/tmp/cvs-serv2193/lib/Siesta Modified Files: Message.pm Plugin.pm Storage.pm Log Message: perltidy Index: Message.pm =================================================================== RCS file: /cvsroot/siesta/siesta/lib/Siesta/Message.pm,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- Message.pm 15 Sep 2002 11:48:58 -0000 1.26 +++ Message.pm 17 Sep 2002 11:31:54 -0000 1.27 @@ -37,15 +37,15 @@ } sub reply { - my $self = shift; - my %args = @_; + my $self = shift; + my %args = @_; my $clone = dclone($self); if ( exists $args{body} ) { $clone->body( [ map { "$_\n" } split /\n/, $args{'body'} ] ); } - $clone->to( $args{to} || $self->from ); + $clone->to( $args{to} || $self->from ); $clone->from( $args{from} || $self->to ); $clone->send; Index: Plugin.pm =================================================================== RCS file: /cvsroot/siesta/siesta/lib/Siesta/Plugin.pm,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- Plugin.pm 16 Sep 2002 15:16:36 -0000 1.23 +++ Plugin.pm 17 Sep 2002 11:31:54 -0000 1.24 @@ -67,9 +67,11 @@ 1; __END__ + =back =cut + Index: Storage.pm =================================================================== RCS file: /cvsroot/siesta/siesta/lib/Siesta/Storage.pm,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- Storage.pm 15 Sep 2002 11:34:06 -0000 1.17 +++ Storage.pm 17 Sep 2002 11:31:54 -0000 1.18 @@ -43,6 +43,7 @@ + =item ->init_db ($db) Initialise a new database. @@ -135,6 +136,7 @@ in order : per user-per list, per user, per list, system default. =cut +
Generated at 13:57 on 01 Jul 2004 by mariachi 0.52