URL::Check - Check a list of URL and respond accordingly.
Version 0.11
This module is not aimed at being used directly but via the script url-check.
url-check
url-check --config=my-config.txt
If no --config argument is set, the value is taken from environment variable URL_CHECK_CONFIG.
--config argument
URL_CHECK_CONFIG
More examples can be found in the t/resources/config directory but consist in default parameter (mailto etc., then each url to be tested can be followed by dedicated test (time.delay, xpath etc.)
t/resources/config
More info can be found here
Read the config file. Default file name is taken from $URL_CHECK_FILE
$URL_CHECK_FILE
Run the configured tests, and store the result into the local @report
Print on console or send by mail the error output
Build a map (subject => ..., content=> ...) with the errors after the run return () if no error were detected
Alexandre Masselot, <alexandre.masselot at gmail.com>
<alexandre.masselot at gmail.com>
Currently maintained by Mohammad S Anwar (MANWAR) <mohammad.anwar @ yahoo.com>
<mohammad.anwar @ yahoo.com>
https://github.com/manwar/URL-Check
Please report any bugs or feature requests to bug-url-check at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=URL-Check. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
bug-url-check at rt.cpan.org
You can find documentation for this module with the perldoc command.
perldoc URL::Check
You can also look for information at:
RT: CPAN's request tracker (report bugs here)
http://rt.cpan.org/NoAuth/Bugs.html?Dist=URL-Check
AnnoCPAN: Annotated CPAN documentation
http://annocpan.org/dist/URL-Check
CPAN Ratings
http://cpanratings.perl.org/d/URL-Check
Search CPAN
http://search.cpan.org/dist/URL-Check/
Copyright (C) 2011 - 2016 Alexandre Masselot.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.
To install URL::Check, copy and paste the appropriate command in to your terminal.
cpanm
cpanm URL::Check
CPAN shell
perl -MCPAN -e shell install URL::Check
For more information on module installation, please visit the detailed CPAN module installation guide.