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

..03-May-2022-

ChangesH A D03-May-2022868 2619

MANIFESTH A D03-May-202279 98

Makefile.PLH A D03-May-2022536 1512

READMEH A D03-May-2022681 3321

Stripper.pmH A D03-May-20224.9 KiB25789

podstripH A D03-May-20221,021 7215

test.plH A D03-May-20221.3 KiB6029

test.strippedH A D03-May-20221.2 KiB5540

README

1Pod/Stripper version 0.21
2=============================
3
4Welcome to the Pod::Stripper README file
5
6Pod::Stripper is a subclass of Pod::Parser
7Pod::Stripper strips all pod from it's input,
8and outputs what's left, which is presumably code
9
10INSTALLATION
11
12To install this module type the following:
13
14   perl Makefile.PL
15   make
16   make test
17   make install
18
19DEPENDENCIES
20
21This module requires these other modules and libraries:
22
23  Pod::Parser, and all it's dependencies
24
25COPYRIGHT AND LICENCE
26
27Copyright (c) 2002 by D.H. aka crazyinsomniac|at|yahoo.com.
28All rights reserved.
29
30This module is free software;
31you can redistribute it and/or modify it under
32the same terms as Perl itself.
33