File: README

package info (click to toggle)
mailtools 1.11-2
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 188 kB
  • ctags: 194
  • sloc: perl: 2,004; makefile: 43
file content (24 lines) | stat: -rw-r--r-- 657 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
This is MailTools, a set of perl modules related to mail applications

You require perl 5.001 or later to use this library, except for Mail::Field
which requires perl 5.004 or later.

You install the library by running these commands:

   perl Makefile.PL
   make
   make test
   make install

There are also some demo scripts (see README.demos)

Please report any bugs/suggestions to Graham Barr <gbarr@pobox.com>

All files contained in this installation are Copyright (c) 1995-7 Graham Barr
unless otherwise specified. All rights reserved.

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