From 8ae00f1c8b296344c8d849d4700fb904f8eaf7a6 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 17 Dec 2013 16:45:13 -0500 Subject: packaging --- .travis.yml | 6 +++--- dist.ini | 6 +----- 2 files changed, 4 insertions(+), 8 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 5e207b7..14ad5ae 100644 --- a/dist.ini +++ b/dist.ini @@ -4,13 +4,9 @@ license = Perl_5 copyright_holder = Jesse Luehrs [@DOY] -:version = 0.11 +:version = 0.14 dist = Dist-CheckConflicts repository = github -bugtracker_web = https://github.com/doy/dist-checkconflicts/issues -bugtracker_mailto = [AutoPrereqs] skip = ^(?:Foo|Bar|Baz)(?:$|::) - -[ContributorsFromGit] -- cgit v1.2.3