Skip to content

Commit

Permalink
Use Dist::Zilla to make releases
Browse files Browse the repository at this point in the history
  • Loading branch information
abh committed Aug 2, 2010
1 parent d7f3b74 commit 5315d1e
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 80 deletions.
15 changes: 0 additions & 15 deletions MANIFEST

This file was deleted.

2 changes: 2 additions & 0 deletions MANIFEST.SKIP
Expand Up @@ -32,6 +32,8 @@

### DEFAULT MANIFEST.SKIP ENDS HERE ####

t/tmp/ctpl

\.DS_Store$
\.sw.$
(\w+-)*(\w+)-\d\.\d+(?:\.tar\.gz)?$
Expand Down
21 changes: 0 additions & 21 deletions Makefile.PL

This file was deleted.

44 changes: 0 additions & 44 deletions README

This file was deleted.

43 changes: 43 additions & 0 deletions dist.ini
@@ -0,0 +1,43 @@
name = MojoX-Renderer-TT
author = Ask Bjørn Hansen <ask@develooper.com>
license = Perl_5
version = 0.40

copyright_holder = Ask Bjørn Hansen
# copyright_year = 2009

[Prereqs]
Mojo = 0.999926
Template = 2.18

[Prereqs / TestRequires ]
Test::More = 0

[@Git]
tag_format = release/%v
# push_to = all

[@Filter]
bundle = @Basic
remove = Readme
remove = Manifest

[Repository]


[Homepage]

[PkgVersion]

[CheckChangeLog]
[CompileTests]
[DistManifestTests]
[HasVersionTests]
[MetaTests]
[ReadmeFromPod]
[PodCoverageTests]
[Manifest]

[NextRelease]
format = %-7v %{MMMM d, yyyy}d

2 changes: 2 additions & 0 deletions lib/Mojolicious/Plugin/TtRenderer.pm
Expand Up @@ -3,6 +3,8 @@ package Mojolicious::Plugin::TtRenderer;
use strict;
use warnings;

our $VERSION = '0.01';

use base 'Mojolicious::Plugin';

use MojoX::Renderer::TT;
Expand Down

0 comments on commit 5315d1e

Please sign in to comment.