• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

t/H17-Aug-2012-3629

ChangesH A D17-Aug-2012576 1912

MANIFESTH A D16-Aug-2012133 87

META.ymlH A D17-Aug-2012550 2221

Makefile.PLH A D16-Aug-2012513 1310

Original.pmH A D17-Aug-20124.6 KiB18875

READMEH A D16-Aug-2012481 2615

README

1NAME
2
3Text::Original - Find original, non-quoted text in a message
4
5SYNOPSIS
6
7	use Text::Original;
8	my $sentence = first_sentence($email->body);
9
10INSTALLATION
11
12To install this module type the following:
13
14   perl Makefile.PL
15   make
16   make test
17   make install
18
19COPYRIGHT AND LICENCE
20
21Copyright (C) 2004 The Siesta Project http://siesta.unixbeard.net
22
23This library is free software; you can redistribute it and/or modify
24it under the same terms as Perl itself.
25
26