The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Haver::Protocol - Routines for parsing the haver protocol.

SYNOPSIS

  use Haver::Protocol;

DESCRIPTION

Currently this just loads Haver::Protocol::Filter. In the future, when/if there are more protocol-related modules, it'll load them too.

EXPORT

Nothing to export.

Can export escape(), unescape(), event2line(), line2event(), $CRLF, $CR, $LF, %Escape, %Unescape.

SEE ALSO

POE::Filter::Haver

https://gna.org/projects/haver/

AUTHOR

Dylan William Hardison, <dhardison@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2004 by Dylan William Hardison

This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this module; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA