- set COMPILE_DIR based on UID so that multiple users can use TtRenderer with default config
This commit is contained in:
Graham Ollis
2013-02-24 23:13:00 -05:00
parent 22eba8d3c5
commit 01e6647cbf
2 changed files with 7 additions and 2 deletions

View File

@@ -2,6 +2,9 @@ Revision history for Mojolicious::Plugin::TtRenderer
{{$NEXT}}
1.42_01 February 24, 2013
- set COMPILE_DIR based on UID so that multiple users can use TtRenderer with default config
1.42 February 24, 2013
- fix for test on solaris

View File

@@ -5,6 +5,8 @@ license = Perl_5
copyright_holder = Ask Bjørn Hansen
# copyright_year = 2009
version = 1.42_01
[Prereqs]
Mojolicious = 3.33
Template = 2.18
@@ -32,8 +34,8 @@ repository.type = git
[Homepage]
[BumpVersionFromGit]
version_regexp = ^release/(.*)
;[BumpVersionFromGit]
;version_regexp = ^release/(.*)
[PkgVersion]