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

..03-May-2022-

t/H03-May-2022-338243

ChangesH A D22-Apr-20164.3 KiB12394

MANIFESTH A D22-Apr-2016504 2928

META.jsonH A D22-Apr-20161.1 KiB5150

META.ymlH A D22-Apr-2016652 3130

Makefile.PLH A D22-Apr-20161 KiB3632

READMEH A D22-Apr-2016550 2416

Strip.pmH A D22-Apr-20167.7 KiB32088

Strip.xsH A D22-Apr-20162.2 KiB138120

strip_html.cH A D22-Apr-201610.3 KiB289221

strip_html.hH A D22-Apr-2016852 4130

typemapH A D22-Apr-2016317 1613

README

1HTML::Strip
2===========
3
4This module strips HTML-like markup from text.
5It is written in XS, and thus about five times quicker than using
6regular expressions for the same task.
7
8INSTALLATION
9
10To install this module type the following:
11
12   perl Makefile.PL
13   make
14   make test
15   make install
16
17COPYRIGHT AND LICENCE
18
19Please report any bugs/suggestions to Alex Bowley <kilinrax@cpan.org>
20
21Copyright (c) 2003 Alex Bowley. All rights reserved.
22This program is free software; you can redistribute it and/or modify it under
23the same terms as Perl itself.
24