[prev] [thread] [next] [lurker] [Date index for 2002/09/15]
Update of /cvsroot/siesta/siesta/lib/Siesta In directory usw-pr-cvs1:/tmp/cvs-serv10098/lib/Siesta Modified Files: Message.pm Send.pm Log Message: Fixed to cope with the updated Send/* API Index: Message.pm =================================================================== RCS file: /cvsroot/siesta/siesta/lib/Siesta/Message.pm,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- Message.pm 14 Sep 2002 15:39:04 -0000 1.22 +++ Message.pm 15 Sep 2002 10:51:50 -0000 1.23 @@ -56,7 +56,7 @@ sub send { my $self = shift; - return Siesta->sender->process( $self, @_ ); + return Siesta->sender->send( $self, @_ ); } sub bounce { Index: Send.pm =================================================================== RCS file: /cvsroot/siesta/siesta/lib/Siesta/Send.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Send.pm 12 Sep 2002 15:25:43 -0000 1.1 +++ Send.pm 15 Sep 2002 10:51:50 -0000 1.2 @@ -16,7 +16,7 @@ =over -=item ->process ($message) +=item ->send ($message) C<$message> is a Siesta::Message @@ -28,6 +28,6 @@ =cut -sub process { die "virtual" } +sub send { die "virtual" } 1;
Generated at 13:57 on 01 Jul 2004 by mariachi 0.52