Skip to content

Commit

Permalink
preps for release
Browse files Browse the repository at this point in the history
  • Loading branch information
yanick committed Dec 10, 2015
1 parent c428543 commit bf46bcc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Changes
@@ -1,5 +1,6 @@
Revision history for Template-Mustache

v0.5.3 2015-12-10
- Update master GitHub Mustache project url. (ReadmeCritic, GH#22)
- Use HTML::Entities instead of CGI::escapeHTML. (Josh Lavin, GH#21)
- add script 'mustache.pl'. (Chris Christensen, GH#15)
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -12,7 +12,7 @@ SKIP
my %WriteMakefileArgs = (
'NAME' => 'Template::Mustache',
'ABSTRACT' => 'Drawing Mustaches on Perl for fun and profit',
'VERSION' => 'v0.5.1',
'VERSION' => 'v0.5.3',
'AUTHOR' => 'Pieter van de Bruggen <pvande@cpan.org>',
'LICENSE' => 'perl',
'META_MERGE' => {
Expand Down
2 changes: 1 addition & 1 deletion lib/Template/Mustache.pm
Expand Up @@ -11,7 +11,7 @@ use HTML::Entities;
use File::Spec;
use Scalar::Util 'blessed';

use version 0.77; our $VERSION = qv("v0.5.2");
use version 0.77; our $VERSION = qv("v0.5.3");

my %TemplateCache;

Expand Down

0 comments on commit bf46bcc

Please sign in to comment.