Revision history for Perl module HTML::ParseBrowser
1.02 2012-01-14
- Fixed all warnings generated by running a large test corpus past
the module. The big coverage test for my review article now
runs cleanly.
- Tidied up documentation, made it a bit less rude about Vista :-)
- Hadn't put release date of 1.01 in this file (Changes)
- Removed version number from README, so I don't have to update it
on every release
1.01 2012-01-13
- Fixed handling of Safari version numbers
- Added tests for IE 8, 9, 10
- Improved support for Opera including correct handling of version numbers
- Added Russian to language recognition
- Recognises Windows 7 and Windows 8
- Min version of Perl 5.004 and improved META keywords (from CHORNY)
- Now recognises Chrome
- Fixed bug which meant lang(), language() and friends didn't work
- Fixed warnings about use of undefined values
- Added a DESTROY method to fix warning caused by AUTOLOAD trying
to handle DESTROY
- Now use strict and warnings
1.0 2008-07-16
- updates
0.5 2001-08-14
- original version