Skip to content

Commit

Permalink
CPAN Release 0.23
Browse files Browse the repository at this point in the history
- Switch hashbang to '#!/usr/bin/env perl'
  • Loading branch information
ingydotnet committed Aug 8, 2014
1 parent 3657117 commit 9da4b7b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Changes
@@ -1,4 +1,9 @@
---
version: 0.23
date: Fri Aug 8 12:58:46 PDT 2014
changes:
- Switch hashbang to '#!/usr/bin/env perl'
---
version: 0.22
date: Tue Aug 5 11:23:13 PDT 2014
changes:
Expand Down
2 changes: 1 addition & 1 deletion Meta
@@ -1,7 +1,7 @@
=meta: 0.0.1

name: Template-Toolkit-Simple
version: 0.22
version: 0.23
abstract: A Simple Interface to Template Toolkit
homepage: https://metacpan.org/release/Template-Toolkit-Simple

Expand Down
2 changes: 1 addition & 1 deletion bin/tt-render
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

use lib 'lib';
use Template::Toolkit::Simple;
Expand Down
2 changes: 1 addition & 1 deletion lib/Template/Toolkit/Simple.pm
@@ -1,6 +1,6 @@
use strict; use warnings;
package Template::Toolkit::Simple;
our $VERSION = '0.22';
our $VERSION = '0.23';

use Encode;
use Getopt::Long;
Expand Down

0 comments on commit 9da4b7b

Please sign in to comment.