add DESTROY methods to fix 5.14 noticing them being missing.
[catagits/HTML-Zoom.git] / lib / HTML / Zoom / StreamBase.pm
2014-02-25 Simon Elliott add DESTROY methods to fix 5.14 noticing them being...
2014-02-25 Simon Elliott also work in streambase
2011-05-20 Simon Elliott add DESTROY methods to placate perl >= 5.13.1
2011-05-11 John Napiorkowski dwim selects and bugfixes, new transform_attribute...
2011-02-14 Matt S Trout add strictures commit (out of order)
2011-01-28 Oliver Charles Added apply_if to only run an apply block if a predicat...
2010-10-10 Matt S Trout make FilterStream and MappedStream sensitive to being...
2010-07-01 Matt S Trout make then() work on streams and fix up replace_content...
2010-07-01 Matt S Trout finish converting from MatchWithoutFilter to TransformB...
2010-05-28 Matt S Trout factor out ArrayStream, update new stream types to...
2010-05-28 Matt S Trout factor some code-based stream types out into classes
2010-03-17 Matt S Trout first cut at docs for Zoom.pm
2010-02-18 Matt S Trout introduce ZConfig system, first cut at HTML::Zoom itself
2010-02-18 Matt S Trout nuke debugging code
2010-02-18 Matt S Trout first cut at repeater
2010-02-17 Matt S Trout introduce superclass for streams