New in 3.09: * Fixed the bug on systems like MS-Windows that does not have getpwuid(). New in 3.08: * Documentation fixes. New in 3.07: * Required Perl version number compatible to older versions, to work with the Perl 5.10 warning. * License updated to GPLv3. * Documentation fixes. New in 3.06: * Test suite fixes. New in 3.05: * Fixed the problem with Perl version earlier than 5.8 where UTF-8 mode is not available. New in 3.04: * Documentation fixes. New in 3.03: * Fixed the raw UTF-8 warning with HTML::Parser >= 3.40. * Added Build.PL to support Module::Build. New in 3.02: * Digital signature corrected. * Fixes in HTML document. New in 3.01: * Bug fixes. * HTML documents are returned. New in 3.00: * chklinks follows robots.txt rules now. If you disallow robots from your website and experience problems, you need to allow chklinks. Add the following lines to your robots.txt file to allow chklinks: User-agent: chklinks Disallow: * chklinks now uses LWP::RobotUA and support the following schemes in addition to http: http, https, ftp, gopher, file. You can also specify a local file. (To use https, you need to install Crypt::SSLeay.) * Cookies are supported now. New in 2.02: * The default changed from one-level to recursive. This is more desirable in most cases. New in 2.01: * An installer, accessary files and a POD document are added. New in 2.0.0: