NAME
    FML::IPC::Message - basic message abstaction for IPC.

SYNOPSIS
        my $msg = new FML::IPC::Message;

DESCRIPTION
    FML::IPC::Message provides basic message abstraction suitable for
    message queue library.

METHODS
  new()
    constructor.

CODING STYLE
    See "http://www.fml.org/software/FNF/" on fml coding style guide.

AUTHOR
    Ken'ichi Fukamachi

COPYRIGHT
    Copyright (C) 2003,2004,2005,2006 Ken'ichi Fukamachi

    All rights reserved. This program is free software; you can redistribute
    it and/or modify it under the same terms as Perl itself.

HISTORY
    FML::IPC::Message appeared in fml8 mailing list driver package. See
    "http://www.fml.org/" for more details.

