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

..03-May-2022-

ChangesH A D07-Jan-20051.8 KiB5539

LICENSEH A D15-Dec-200320.4 KiB384309

LinkExtractor.pmH A D07-Jan-200518.2 KiB599224

MANIFESTH A D15-Dec-2003155 98

META.ymlH A D07-Jan-2005359 1210

Makefile.PLH A D30-Sep-2004871 2417

READMEH A D27-Feb-2004334 2011

test.plH A D30-Sep-20041.8 KiB7948

README

1INSTALLATION
2
3To install this module type the following:
4
5    perl Makefile.PL
6    make
7    make test
8    make install
9
10If you are on a windows box you should use 'nmake' rather than 'make'.
11
12
13For documentation, try
14
15    perldoc HTML::LinkExtractor
16    perldoc LinkExtractor.pm
17
18
19pod2text LinkExtractor.pm >>README
20