ported fixes from Mojolicious
[catagits/DOM-Tiny.git] / META.json
2016-03-12 Dan Book ported fixes from Mojolicious
2015-12-23 Dan Book fix bug where html_unescape would try to unescape non...
2015-11-14 Dan Book add web url
2015-11-13 Dan Book update metadata to new repository url
2015-11-12 Dan Book add missing attribution
2015-11-10 Dan Book add reduce fallback for perl < 5.8.9 (mst)
2015-11-09 Dan Book skip large attribute test on 5.8; set minimum to 5...
2015-11-09 Dan Book perl 5.8 support (mst)
2015-11-09 Dan Book format selector list as item list
2015-11-09 Dan Book switch back to EUMM again
2015-11-09 Dan Book don't index private modules
2015-11-09 Dan Book make DOM::Tiny::HTML and DOM::Tiny::CSS private also
2015-11-09 Dan Book move collection documentation to main module
2015-11-09 Dan Book replace usage of Class::Tiny::Chained
2015-11-07 Dan Book use JSON::PP instead for test
2015-11-07 Dan Book 5.10 is actually required for possessive quantifiers
2015-11-07 Dan Book switch installer to EUMM
2015-11-07 Dan Book drop perl requirement to 5.8
2015-10-30 Dan Book code, tests, docs