summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-12-17 11:58:06 -0500
committerJesse Luehrs <doy@tozt.net>2013-12-17 11:58:06 -0500
commit8c139926904b0e1b0dcb97a8b7031800ee59ab18 (patch)
tree15080edae9ce8e5f9b592c9a86e919eb3b3e004a
parent25ffbec8776016a72568017ef44c6a96c5dbc275 (diff)
downloadcarp-reply-8c139926904b0e1b0dcb97a8b7031800ee59ab18.tar.gz
carp-reply-8c139926904b0e1b0dcb97a8b7031800ee59ab18.zip
packaging
-rw-r--r--.travis.yml6
-rw-r--r--dist.ini6
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 <doy at cpan dot org>
+author = Jesse Luehrs <doy@tozt.net>
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]