Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 1.5003.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index 8641b47..b4f23b4 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Revision history for Perl extension Text::Xslate

+1.5003 2011-10-05 11:23:56
+    [BUG FIXES]
+    - Fix typos in docs
+    - Resolve issue/45: nested macro modifiers caused errors
+      (thanks to tokuhirom)
+
 1.5002 2011-08-30 21:48:49
     [FEATURES]
     * Add Text::Xslate->current_vars to get the parameters of render()
  • Loading branch information
Fuji Goro committed Oct 5, 2011
1 parent b3e8417 commit da49241
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Revision history for Perl extension Text::Xslate

1.5003 2011-10-05 11:23:56
[BUG FIXES]
- Fix typos in docs
- Resolve issue/45: nested macro modifiers caused errors
(thanks to tokuhirom)

1.5002 2011-08-30 21:48:49
[FEATURES]
* Add Text::Xslate->current_vars to get the parameters of render()
Expand Down
4 changes: 2 additions & 2 deletions lib/Text/Xslate.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use 5.008_001;
use strict;
use warnings;

our $VERSION = '1.5002';
our $VERSION = '1.5003';

use Carp ();
use Fcntl ();
Expand Down Expand Up @@ -583,7 +583,7 @@ Text::Xslate - Scalable template engine for Perl5
=head1 VERSION
This document describes Text::Xslate version 1.5002.
This document describes Text::Xslate version 1.5003.
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Text/Xslate/PP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Text::Xslate::PP;
use 5.008_001;
use strict;

our $VERSION = '1.5002';
our $VERSION = '1.5003';

BEGIN{
$ENV{XSLATE} = ($ENV{XSLATE} || '') . '[pp]';
Expand Down Expand Up @@ -639,7 +639,7 @@ Text::Xslate::PP - Yet another Text::Xslate runtime in pure Perl
=head1 VERSION
This document describes Text::Xslate::PP version 1.5002.
This document describes Text::Xslate::PP version 1.5003.
=head1 DESCRIPTION
Expand Down

0 comments on commit da49241

Please sign in to comment.