Share

HTML::Lint

File Release Notes and Changelog

Release Name: 0.93

Notes:
0.93    May 28, 2002
        * weblint can now read URLs as well as files
        * Improved the docs in HTML::Lint::Error.


Changes: 0.93 May 28, 2002 * weblint can now read URLs as well as files * Improved the docs in HTML::Lint::Error. 0.92 February 26, 2001 * Removed the INIT block in HTML::Error in preparation for Apache::Lint, and so brian's weblint++ can use it. * errors() method respects wantarray (brian d foy) * file(), line(), column(), errcode() and errtext() all return blank instead of undef. 0.91 January 8, 2002 * Fixed: Content description tags (<CITE>, <EM>, etc) were not seen as being valid tags. 0.90 July 8, 2001 First version of the rewrite as a subclass of HTML::Parser 0.03 May 15, 2001 * Fixed t/*.t problems 0.02 May 14, 2001 * Packaged and bundled with new namespace * First upload to CPAN 0.01 April 20, 2001 * original version; created by h2xs 1.21 with options -n HTML::Lint -X -A * adapted entirely from Neil Bowers' Weblint package * Neil's change history is in the file Changes-Neil