blob: 77accb7dacf0d9ff6066b7d61f3271164b382236 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Copyrights 1995-2017 by [Mark Overmeer <perl@overmeer.net>].
# For other contributors see ChangeLog.
# See the manual pages for details on the licensing terms.
# Pod stripped from pm file by OODoc 2.02.
package MailTools;
use vars '$VERSION';
$VERSION = '2.19';
1;
|