From 8c139926904b0e1b0dcb97a8b7031800ee59ab18 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 17 Dec 2013 11:58:06 -0500 Subject: packaging --- .travis.yml | 6 +++--- dist.ini | 6 ++---- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index e9f133b..655229f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,8 @@ perl: - "5.12" - "5.10" install: - - cpanm -q --notest Dist::Zilla - - dzil authordeps --missing | cpanm -q --notest - - dzil listdeps --author --missing | cpanm -q --notest + - cpanm -q --notest Dist::Zilla || (cat /home/travis/.cpanm/build.log; false) + - dzil authordeps --missing | cpanm -q --notest || (cat /home/travis/.cpanm/build.log; false) + - dzil listdeps --author --missing | cpanm -q --notest || (cat /home/travis/.cpanm/build.log; false) script: - dzil test --all diff --git a/dist.ini b/dist.ini index 13108a6..70cc8f7 100644 --- a/dist.ini +++ b/dist.ini @@ -1,13 +1,11 @@ name = Carp-Reply -author = Jesse Luehrs +author = Jesse Luehrs license = MIT copyright_holder = Jesse Luehrs [@DOY] -:version = 0.11 +:version = 0.14 dist = Carp-Reply repository = github -bugtracker_web = https://github.com/doy/carp-reply/issues -bugtracker_mailto = [AutoPrereqs] -- cgit v1.2.3-54-g00ecf