add transform_attribute, which runs a coderef on the value of an attribute, and can...
[catagits/HTML-Zoom.git] / lib / HTML / Zoom.pm
2011-04-10 Robert Buels add transform_attribute, which runs a coderef on the...
2011-02-14 Matt S Trout clean up POD
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-09-27 Matt S Trout add VERSION to Zoom.pM
2010-09-24 John Napiorkowski changed add_attribute to add_to_attribute
2010-09-22 John Napiorkowski added licensing and footer pod info to the prime pod...
2010-07-01 Matt S Trout factor out from_events and to_events
2010-07-01 Matt S Trout finish converting from MatchWithoutFilter to TransformB...
2010-07-01 Matt S Trout move to TransformBuilder in Zoom
2010-07-01 Matt S Trout move transform usage a layer out
2010-07-01 Matt S Trout factor out application of a match+filter to a stream...
2010-05-24 Matt S Trout fix as_stream typo to to_stream
2010-03-17 Matt S Trout first cut at docs for Zoom.pm
2010-02-19 Matt S Trout few extra utility routines
2010-02-18 Matt S Trout introduce ZConfig system, first cut at HTML::Zoom itself