-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
43 lines (24 loc) · 1.27 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
WWW-Crawl
The WWW::Crawl module provides a simple web crawling utility for extracting links and other resources from web pages within a single domain. It can be used to recursively explore a website and retrieve URLs, including those found in HTML href attributes, form actions, external JavaScript files, and JavaScript window.open links.
WWW::Crawl will not stray outside the supplied domain.
INSTALLATION & TESTING
To run author tests, set the environment variable RELEASE_TESTING
Installation tests are only run if Test::Mock::HTTP::Tiny in installed. If you wish to run a full set of tests, ensure this module is installed before installing WWW::Crawl.
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.
perldoc WWW::Crawl
You can also look for information at:
RT, CPAN's request tracker (report bugs here)
https://rt.cpan.org/NoAuth/Bugs.html?Dist=WWW-Crawl
Search CPAN
https://metacpan.org/release/WWW-Crawl
LICENSE AND COPYRIGHT
This software is Copyright (c) 2023 by Ian Boddison.
This program is released under the following license:
Perl