Revision history for HTML-Template-Pluggable

0.13    2005-10-04  Rhesa Rozendaal <rhesa@cpan.org>
        - bug fixes in ::Dot:
          - using obj.loop in a <tmpl_if> or <tmpl_var> now returns the
            number of elements; this is a slight incompatibility with 
            H::T, but makes the if's work
          - single char method names in nested calls work properly now
        - added pod tests to improve kwalitee...

0.12    2005-08-26 Rhesa Rozendaal <rhesa@cpan.org>
        - added before_output hook

0.08	Wed Aug 17 02:30:37 CEST 2005  Rhesa Rozendaal <rhesa@cpan.org>
        - fixed bug with global_vars => 1
        - made sure all original HTML::Template tests pass with ::Pluggable
          and ::Dot

0.07    Tue Aug 16 16:19:50 CEST 2005  Rhesa Rozendaal <rhesa@cpan.org>
        - bug fix in tmpl_loop stuff. Only get array on final method call
		
0.06    Mon Aug 15 19:56:24 CEST 2005  Rhesa Rozendaal <rhesa@cpan.org>
        - implemented tmpl_loops in ::Dot!
		
0.05    Sun Aug 14 23:36:55 CEST 2005  Rhesa Rozendaal <rhesa@cpan.org>
        - Added tests against side effects (where avoidable). Extended the docs
          for ::Dot

        - renamed 'pre_param' trigger location to 'middle_param'

0.04    Sat Aug 13 03:09:54 CEST 2005  Rhesa Rozendaal <rhesa@cpan.org>
        - Thanks to Michael Graham, it's now possible to reference plain old 
          tmpl_vars in argument lists

0.03    Fri Aug 12 16:16:29 CEST 2005  Rhesa Rozendaal <rhesa@cpan.org>
        - Added more docs to ::Dot, and more tests

0.02    Thu Aug 11 01:09:21 CEST 2005  Mark Stosberg <mark@summersault.com>
        -  minor doc formatting tweaks

0.01    Wed Aug 10 16:21:03 CEST 2005  Rhesa Rozendaal <rhesa@cpan.org>
        - Initial release on CPAN