<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,8 @@
 Revision history for MojoX-Renderer-TT
 
+0.20
+        - Updates to work with Mojo 0.9
+        - Add default INCLUDE_PATH
         - Made default compile dir not Unix specific (Viacheslav
           Tikhanovskii)
 </diff>
      <filename>Changes</filename>
    </modified>
    <modified>
      <diff>@@ -8,7 +8,7 @@ use Template ();
 use Carp     ();
 use File::Spec ();
 
-our $VERSION = '0.10';
+our $VERSION = '0.20';
 
 __PACKAGE__-&gt;attr('tt', chained =&gt; 1);
 
@@ -32,6 +32,7 @@ sub _init {
     #   take and process options :-)
 
     my %config = (
+        ( $mojo ? (INCLUDE_PATH =&gt; $mojo-&gt;home-&gt;rel_dir('templates') ) : () ),
         COMPILE_EXT =&gt; '.ttc',
         COMPILE_DIR =&gt; ($dir || File::Spec-&gt;tmpdir),
         UNICODE     =&gt; 1,</diff>
      <filename>lib/MojoX/Renderer/TT.pm</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e779579347e73febc372c89e9a68b230a164dbda</id>
    </parent>
  </parents>
  <author>
    <name>Ask Bj&#248;rn Hansen</name>
    <email>ask@develooper.com</email>
  </author>
  <url>http://github.com/abh/mojox-renderer-tt/commit/91a817b3221becadb38b9c860371941be3f20c7a</url>
  <id>91a817b3221becadb38b9c860371941be3f20c7a</id>
  <committed-date>2008-12-09T17:19:43-08:00</committed-date>
  <authored-date>2008-12-09T17:19:43-08:00</authored-date>
  <message>Add default INCLUDE_PATH (templates)</message>
  <tree>ae23b91d6ed22a51f3b7afe9bd893aa1fb12fc8c</tree>
  <committer>
    <name>Ask Bj&#248;rn Hansen</name>
    <email>ask@develooper.com</email>
  </committer>
</commit>
