Use Dist::Zilla to make releases

This commit is contained in:
Ask Bjørn Hansen
2010-08-02 01:35:41 -07:00
parent d7f3b740f5
commit 5315d1efda
6 changed files with 47 additions and 80 deletions

View File

@@ -3,6 +3,8 @@ package Mojolicious::Plugin::TtRenderer;
use strict;
use warnings;
our $VERSION = '0.01';
use base 'Mojolicious::Plugin';
use MojoX::Renderer::TT;