Revision history for WWW-LinkChecker-Internal 0.14.0 2024-12-03 - use Heap::Fibonacci instead of an array for a more consistent order of traversal. 0.12.0 2023-05-20 - only_check_site_flow 0.10.0 2021-10-13 - Extracted WWW::LinkChecker::Internal::API::Worker - Fix missing imports used by --state-fn. 0.8.2 2020-10-20 - dist.ini / weaver.ini / .tidyallrc / etc. cleanup - Move to @SHLOMIF - Inspired by Lady_Aleena. 0.8.1 2020-05-22 * Fix unrecognised command line options (0.8.0 regression) 0.8.0 2020-05-22 * Extract lib/WWW/LinkChecker/Internal/App.pm * Based on App::Cmd * Add .tidyallrc 0.6.0 2019-08-23 * Convert to dzil and to https://github.com/shlomif/perl-www-linkchecker-internal 0.4.0 2016-05-11 * Add the --state-filename flag for preserving the state. 0.2.0 2015-03-22 * Add the --start option for an alternative start URL. * Print an output on successful finish. * Both changes were done to address this bug: * See https://rt.cpan.org/Public/Bug/Display.html?id=102724 * Thanks to Gabor Szabo (SZABGAB) for the report and analysis. 0.0.4 2015-03-12 * Add t/style-trailing-space.t . * Add resources and keywords to the META.yml. * Made the link-checker script's error on empty @ARGV more user-friendly * See https://rt.cpan.org/Ticket/Display.html?id=102723 * Thanks to Gabor Szabo (SZABGAB) for the report and analysis. 0.0.3 2012-08-30 * Add the --pre-skip and --before-insert-skip flags. * A memory/speed optimisation. 0.0.2 2012-08-29 * Add missing dependencies to Makefile.PL. 0.0.1 2012-08-29 First version, released on an unsuspecting world.