[Module]
Name=HTML::Parser::Simple
Changelog.Creator=Module::Metadata::Changes V 1.08 Changelog.Parser=Config::IniFiles V 2.65

[V 1.06]
Date=2011-02-05T15:57:00
Comments= <<EOT
- Fix a bug where if the 2nd or subsequent attribute had an empty string for the value the code looped forever. Eg: name="a name" value="". For RT#65466. - Add corresponding test t/empty_attribute.t. - Clean up the code where the length of the attribute string was tested before spaces were trimmed. - Reformatted the source code and POD.
EOT

[V 1.05]
Date=2010-02-21T12:55:17
Comments= <<EOT
- Remove text 'All rights reserved' (for Debian licensing). - Remove POD heads 'Required Modules' and 'Changes'. EOT

[V 1.04]
Date=2010-01-25T09:37:00
Comments= <<EOT
- Add MANIFEST and MYMETA.yml
- Require Perl 5.6. Thanx to 'cpanservice' via GitHub - Reformat this CHANGES file
- Remove trailing spaces from various files EOT

[V 1.03]
Date=2009-06-12T11:49:00
Comments= <<EOT
- Improved tests and documentation (Mark Stosberg) - Added attribute parsing via HTML::Parser::Simple::Attributes (Mark Stosberg) EOT

[V 1.02]
Date=2009-02-26T11:24:00
Comments= <<EOT
- Rename scripts/parse.file.pl to scripts/parse.html.pl - Ship scripts/parse.xhtml.pl
- Ship t/Data.pm to read in test data from t/data/ - Rewrite t/.t to use t/Data.pm
- Patch Simple.pm to accept xhtml as a parameter to new - Patch Simple.pm to use xhtml in a few of places. XHTML support is not finished! - Patch Simple.pm to use accessors for object attributes as per PBP. Specifically: get/set_
() for current_node depth input_dir node_type output_dir root verbose xhtml - Hence rename root() to get_root()
- Hence rename verbose() to get_verbose() - Rename new_node() to create_new_node() since that makes more sense when using get/set_*() - There are no methods get_result() and set_result(). The reason is efficiency. If we had $self -> set_result($self -> get_result() + '<tag>') it would mean duplicating the result so far each time a few chars were added
- Ship various tests with data for XHTML - Add depth to the hashref of data for each tag's node in the tree - Put the code in github: git://github.com/ronsavage/html--parser--simple.git EOT

[V 1.01]
Date=2009-02-25T19:44:00
Comments= <<EOT
- Add Tree::Simple to Build.PL and Makefile.PL - Patch POD to replace note about required module Tree::DAG_Node with Tree::Simple EOT

[V 1.00]
Date=2009-02-18T11:22:00
Comments=- Original version