1use strict;
2use warnings;
3package Email::Sender::Manual;
4# ABSTRACT: table of contents for the Email::Sender manual
5$Email::Sender::Manual::VERSION = '1.300031';
6#pod =head1 THE MANUAL
7#pod
8#pod L<Email::Sender::Manual::QuickStart> tells you just what you need to know to
9#pod start using Email::Sender.
10#pod
11#pod =cut
12
131;
14
15__END__
16
17=pod
18
19=encoding UTF-8
20
21=head1 NAME
22
23Email::Sender::Manual - table of contents for the Email::Sender manual
24
25=head1 VERSION
26
27version 1.300031
28
29=head1 THE MANUAL
30
31L<Email::Sender::Manual::QuickStart> tells you just what you need to know to
32start using Email::Sender.
33
34=head1 AUTHOR
35
36Ricardo Signes <rjbs@cpan.org>
37
38=head1 COPYRIGHT AND LICENSE
39
40This software is copyright (c) 2017 by Ricardo Signes.
41
42This is free software; you can redistribute it and/or modify it under
43the same terms as the Perl 5 programming language system itself.
44
45=cut
46