Revision history for Perl module HTML::Object

v0.2.2 2022-11-11T19:49:40+0900
    - Changed method add_end() in HTML::Object to use _warnings_is_enabled from Module::Generic
    - Updated value_as_number() in HTML::Object::XPath::Literal
    - Updated HTML::Object::EventTarget, HTML::Object::Element, HTML::Object::DOM::List, HTML::Object::DOM::Element to use concatenation instead of list with warnings::warn

v0.2.1 2022-09-20T17:27:23+0900
    - Corrected some obscure issue with the module Want somehow not exporting its key subroutines

v0.2.0 2022-09-18T14:42:31+0900
    - Improved all modules; moved to stricter coding
    - Corrected a few typos

v0.1.4 2022-04-16T09:19:07+0900
    - Correction of a minor bug in method detach() in HTML::Object::Element
    - Corrected a minor bug in HTML::Object::DOM parse() method

v0.1.3 2022-03-11T15:33:05+0900
    - Improved unit test and module version requirement

v0.1.2 2022-01-22T15:47:53+0900
    - Documentation improvement for HTML::Object::XQuery

v0.1.1 2022-01-18T16:45:55+0900
    - Documentation improvement
    - Correction of unit tests in 30.xquery.t

v0.1.0 2022-01-16T21:10:18+0900
    - Initial release