Skip to content

Commit

Permalink
Bump up version and update Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
syohex committed Aug 25, 2015
1 parent 1d1dd99 commit c5547de
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Perl extension Text::Xslate

3.3.6 2015-08-25 13:50:00+0900
- Fix issue 'include' makes stack pointer incorrect(#130)

3.3.5 2015-08-05 18:50:00+0900
- Update Mouse version for Perl 5.22 or higher

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 = '3.3.5';
our $VERSION = '3.3.6';

use Carp ();
use File::Spec ();
Expand Down Expand Up @@ -668,7 +668,7 @@ Text::Xslate - Scalable template engine for Perl5
=head1 VERSION
This document describes Text::Xslate version 3.3.5.
This document describes Text::Xslate version 3.3.6.
=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 = '3.3.5';
our $VERSION = '3.3.6';

BEGIN{
$ENV{XSLATE} = ($ENV{XSLATE} || '') . '[pp]';
Expand Down Expand Up @@ -676,7 +676,7 @@ Text::Xslate::PP - Yet another Text::Xslate runtime in pure Perl
=head1 VERSION
This document describes Text::Xslate::PP version 3.3.5.
This document describes Text::Xslate::PP version 3.3.6.
=head1 DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion lib/Text/Xslate/PP/Opcode.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Text::Xslate::PP::Opcode;
use Mouse;
extends qw(Text::Xslate::PP::State);

our $VERSION = '3.3.5';
our $VERSION = '3.3.6';

use Carp ();
use Scalar::Util ();
Expand Down

0 comments on commit c5547de

Please sign in to comment.