The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SMS::Handler::Blackhole - Collect any unhandled message

SYNOPSIS

  use SMS::Handler::Blackhole;

  my $h = SMS::Handler::Blackhole->new();

 $h->handle({ ... });

DESCRIPTION

This module implements a simple responder class which simply collects any message received. Normally, it should be included as the last object in a handler list.

The following methods are provided:

->new()

Creates a new SMS::Handler::Blackhole object.

->handle()

Collects the given SMS.

EXPORT

None by default.

LICENSE AND WARRANTY

This code comes with no warranty of any kind. The author cannot be held liable for anything arising of the use of this code under no circumstances.

This code is released under the terms and conditions of the GPL. Please see the file LICENSE that accompains this distribution for more specific information.

This code is (c) 2002 Luis E. Muñoz.

HISTORY

$Log: Blackhole.pm,v $ Revision 1.3 2002/12/22 19:03:02 lem Set license GPL

Revision 1.2 2002/12/20 01:25:57 lem Changed emails for redistribution

Revision 1.1 2002/12/09 22:04:28 lem Added ::Blackhole

AUTHOR

Luis E. Muñoz <luismunoz@cpan.org>

SEE ALSO

SMS::Handler, Queue::Dir, perl(1).

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 72:

You forgot a '=back' before '=head2'

Around line 86:

Non-ASCII character seen before =encoding in 'Muñoz.'. Assuming CP1252