Skip to content

Commit

Permalink
Released version 0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed May 26, 2012
1 parent b11114b commit 3f9cc4c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13 deletions.
10 changes: 8 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
version: 0.27
date: Sat May 26 02:53:31 UTC 2012
changes:
- Fixed collision of bin/jemplate and ./jemplate in Makefile

---
version: 0.261
date: Tuesday April 27 09:35:06 PDT 2010
Expand Down Expand Up @@ -188,8 +194,8 @@ changes:
- Cory fixed concatenation
- Yann Kerhervé added filtering support
- Yann added these filters: collapse, html, html_break, html_entity,
html_line_break, html_para, indent, lcfirst, lower, null, trim, ucfirst,
upper, uri
html_line_break, html_para, indent, lcfirst, lower, null, trim, ucfirst,
upper, uri
- Ingy removed PERL and RAWPERL support
- Cory made test output display nicely
- Ingy made test index link to subtests
Expand Down
9 changes: 0 additions & 9 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,3 @@ tests_recursive;
no_index directory => 'examples';

clean_files 't/Jemplate.js t/a.js t/b.js t/check.js';

install_script 'jemplate';

__END__
# Deps list generated by:
author_requires 'Module::Package' => '0.26';
author_requires 'Module::Install::TestBase' => '0.60';
2 changes: 1 addition & 1 deletion jemplate
Original file line number Diff line number Diff line change
Expand Up @@ -19932,7 +19932,7 @@ use warnings;
use Template 2.14;
use Getopt::Long;

our $VERSION = '0.261';
our $VERSION = '0.27';

use Jemplate::Parser;

Expand Down
2 changes: 1 addition & 1 deletion lib/Jemplate.pm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use warnings;
use Template 2.14;
use Getopt::Long;

our $VERSION = '0.261';
our $VERSION = '0.27';

use Jemplate::Parser;

Expand Down

0 comments on commit 3f9cc4c

Please sign in to comment.