Email::Sender::Manual - table of contents for the Email::Sender manual


Email-Sender documentation Contained in the Email-Sender distribution.

Index


Code Index:

NAME

Top

Email::Sender::Manual - table of contents for the Email::Sender manual

VERSION

Top

version 0.110001

THE MANUAL

Top

Email::Sender::Manual::QuickStart tells you just what you need to know to start using Email::Sender.

AUTHOR

Top

Ricardo Signes <rjbs@cpan.org>

COPYRIGHT AND LICENSE

Top


Email-Sender documentation Contained in the Email-Sender distribution.

use strict;
use warnings;
package Email::Sender::Manual;
BEGIN {
  $Email::Sender::Manual::VERSION = '0.110001';
}
# ABSTRACT: table of contents for the Email::Sender manual


1;

__END__