From aaf7d731d32de989358fec27d2a3565a5d9b9f31 Mon Sep 17 00:00:00 2001 From: Richard Simões Date: Mon, 12 Dec 2011 18:38:54 -0600 Subject: checkin before tagging --- Changes | 2 ++ dist.ini | 2 +- t/01-main.t | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 799eb2b..8edba69 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for Dancer-Template-Xslate {{$NEXT}} + +0.02 2011-12-12 18:35:33 CST6CDT - fix bug preventing templates with extensions other than "tt" from being found - accept relative template paths - fix MS Windows pathing bug diff --git a/dist.ini b/dist.ini index 5fabcfb..c0b0ace 100644 --- a/dist.ini +++ b/dist.ini @@ -3,7 +3,7 @@ author = franck cuny license = Perl_5 copyright_holder = franck cuny copyright_year = 2011 -version = 0.010_001 +version = 0.02 [@Filter] bundle = @Basic diff --git a/t/01-main.t b/t/01-main.t index c0961e3..1a79add 100644 --- a/t/01-main.t +++ b/t/01-main.t @@ -10,7 +10,6 @@ ok( "Dancer::Template::Xslate engine created" ); my $template = catfile(qw(t views index.xslate)); - my $result = $engine->render( $template, { var1 => 1, -- cgit 1.4.1