| Email-Sender documentation | Contained in the Email-Sender distribution. |
Email::Sender::Manual - table of contents for the Email::Sender manual
version 0.110001
Email::Sender::Manual::QuickStart tells you just what you need to know to start using Email::Sender.
Ricardo Signes <rjbs@cpan.org>
This software is copyright (c) 2011 by Ricardo Signes.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
| 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__