[siesta-commit] siesta/lib/Siesta Send.pm,NONE,1.1

[prev] [thread] [next] [lurker] [Date index for 2002/09/12]

From: muttley
Subject: [siesta-commit] siesta/lib/Siesta Send.pm,NONE,1.1
Date: 16:25 on 12 Sep 2002
Update of /cvsroot/siesta/siesta/lib/Siesta
In directory usw-pr-cvs1:/tmp/cvs-serv9298/lib/Siesta

Added Files:
	Send.pm 
Log Message:
New Sender api


--- NEW FILE: Send.pm ---
package Siesta::Send;

use strict;
use Class::MethodMaker new => 'new';
use Siesta;

=head1 NAME 

Siesta::Send - send a Siesta::Message

=head1 SYNOPSIS

=head1 DESCRIPTION

=head2 METHODS

=over

=item ->process ($message)

C<$message> is a Siesta::Message

Send this message.

Return 1 on success, 0 on failure.

This should be overridden by Siesta::Send::* plugins.

=cut

sub process { die "virtual" }

1;



Generated at 13:57 on 01 Jul 2004 by mariachi 0.52