Name : perl-WWW-BrokenLinks
| |
Version : 0.04
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp155.1.1
| Date : 2023-07-20 15:34:13
|
Group : Development/Libraries/Perl
| Source RPM : perl-WWW-BrokenLinks-0.04-lp155.1.1.src.rpm
|
Size : 0.04 MB
| |
Packager : https://www_suse_com/
| |
Summary : Finds broken links (including images) on a website
|
Description :
This module crawls a given website for broken links, including images, and outputs a report in CSV format.
The following functions are provided:
* new(\\%options)
Provided automatically by Moose, thsi is the constructor for the class.
The following parameters can be provided as a hash reference.
* \'base_url\' (required): The base URL to crawl. The module will not crawl above the depth specified.
* \'debug\' (optional): Set to 1 to enable debugging messages (off by default).
* \'request_gap\' (optional): Number of seconds to wait between requests. Defaults to 1 second.
* \'output_file\' (required): Path to file where report shoud be saved.
* \'excluded_urls\' (optional): Array reference of URLs to excluded. Defaults to an empty array.
* crawl()
Crawl the given website for broken links.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-W/15.5/noarch |