summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml6
-rw-r--r--dist.ini6
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 b7c6ec4..495160a 100644
--- a/dist.ini
+++ b/dist.ini
@@ -10,11 +10,9 @@ skip = /Excel.pm
skip = lib/Spreadsheet/Template/Helpers/Xslate.pm
[@DOY]
-:version = 0.11
+:version = 0.15
dist = Spreadsheet-Template
repository = github
-bugtracker_web = https://github.com/doy/spreadsheet-template/issues
-bugtracker_mailto =
GatherDir_exclude_match = /XLS.pm
PodWeaver_finder = WeaverFiles
@@ -24,5 +22,3 @@ package = Spreadsheet::Template::Writer::Excel
package = Spreadsheet::Template::Helpers::Xslate
[AutoPrereqs]
-
-[ContributorsFromGit]