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

..03-May-2022-

lib/Text/H17-Jan-2019-1,054550

script/H17-Jan-2019-9261

t/H17-Jan-2019-7247

ChangesH A D24-Dec-2018544 2315

MANIFESTH A D24-Dec-2018322 1312

META.jsonH A D17-Jan-20191.4 KiB5655

META.ymlH A D17-Jan-2019870 3837

Makefile.PLH A D17-Jan-20191 KiB4038

READMEH A D24-Dec-20181.8 KiB6240

README

1Text-Distill
2
3The README is used to introduce the module and provide instructions on
4how to install the module, any machine dependencies it may have (for
5example C compilers and installed libraries) and any other information
6that should be provided before the module is installed.
7
8A README file is required for CPAN modules since CPAN extracts the README
9file from a module distribution so that people browsing the archive
10can use it to get an idea of the module's uses. It is usually a good idea
11to provide version information here so that people can decide whether
12fixes for the module are worth downloading.
13
14
15INSTALLATION
16
17To install this module, run the following commands:
18
19	perl Makefile.PL
20	make
21	make test
22	make install
23
24SUPPORT AND DOCUMENTATION
25
26After installing, you can find documentation for this module with the
27perldoc command.
28
29    perldoc Text::Distill
30
31You can also look for information at:
32
33    RT, CPAN's request tracker (report bugs here)
34        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Text-Distill
35
36    AnnoCPAN, Annotated CPAN documentation
37        http://annocpan.org/dist/Text-Distill
38
39    CPAN Ratings
40        http://cpanratings.perl.org/d/Text-Distill
41
42    Search CPAN
43        http://search.cpan.org/dist/Text-Distill/
44
45
46LICENSE AND COPYRIGHT
47
48Copyright (C) 2016 Litres.ru
49
50The GNU Lesser General Public License version 3.0
51
52Text::Distill is free software: you can redistribute it and/or modify it
53under the terms of the GNU Lesser General Public License as published by
54the Free Software Foundation, either version 3.0 of the License.
55
56Text::Distill is distributed in the hope that it will be useful, but
57WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
58or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
59License for more details.
60
61Full text  of License <http://www.gnu.org/licenses/lgpl-3.0.en.html>.
62