The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changes
=======

0.00009 - 15 Sep 2011
    * No code changes.
    * Add t/005_xss.t to validate we're safe from potential xss attacks
      [https://github.com/lestrrat/Text-Xslate-Bridge-TT2Like/pull/1] (gfx)

0.00008 - 11 May 2011
    * Now html_* and xml filters return strings that are prorperly
      marked as raw via Text::Xslate::html_builder()
      (http://cpanbook.koneta.org/post/5361569358)

0.00007 - 4 Sep 2010
    * Grrrr, fight against PAUSE indexer.
    * No code changes

0.00006 - 3 Sep 2010
    * Rename the functions so that they are private
    * Split up the .pm file and the .pod file so I can auto-generate 
      the list of functions that are available.
      (request for the list of functions by gfx)
    * Add pod tests

0.00005 - 9 Aug 2010
    * Add truncate() filter.

0.00004 - 1 Aug 2010
    * Update Text::Xslate dependency
    * Remove uri() which is a builtin filter since Xslate 0.1052 (gfx)
    * Use uri_escape from Xslate 0.1052 as the background for url filter (gfx)

0.00003 - 19 Jul 2010
    * Add dynamic filter support (tokuhirom)

0.00002 - 19 Jul 2010
    * Add filter support (tokuhirom)
    * Update Text::Xslate dependency

0.00001 - 09 Jun 2010
    * Initial release