From 30ed98b40ae364a4611d069119d049a3770d20b8 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 30 Oct 2013 15:22:04 -0400 Subject: packaging --- .travis.yml | 6 +++--- dist.ini | 4 +--- 2 files changed, 4 insertions(+), 6 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 ac0cd15..d4ae3ae 100644 --- a/dist.ini +++ b/dist.ini @@ -4,11 +4,9 @@ license = MIT copyright_holder = Jesse Luehrs [@DOY] -:version = 0.11 +:version = 0.14 dist = Catalyst-View-Spreadsheet-Template repository = github -bugtracker_web = https://github.com/doy/catalyst-view-spreadsheet-template/issues -bugtracker_mailto = [AutoPrereqs] [Prereqs / TestRequires] -- cgit v1.2.3