This is an automated email from the git hooks/post-receive script.

abe pushed a commit to annotated tag 2.006002
in repository libdist-zilla-plugin-test-podspelling-perl.

commit ae769ae36a63a4cd5221cd08749def26f2c22f07
Author: Caleb Cushing <xenoterrac...@gmail.com>
Date:   Thu Dec 19 14:57:16 2013 -0600

    add travis, and utf8 support
    
    Signed-off-by: Caleb Cushing <xenoterrac...@gmail.com>
---
 .travis.yml | 20 ++++++++++++++++++++
 dist.ini    |  5 ++++-
 weaver.ini  |  1 +
 3 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..d6346c0
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,20 @@
+language: perl
+perl:
+   - 5.18
+   - 5.16
+   - 5.14
+   - 5.12
+   - 5.10
+branch:
+  only:
+    - master
+before_install:
+   - export AUTOMATED_TESTING=1 HARNESS_OPTIONS=j10:c HARNESS_TIMER=1
+   - git config --global user.name "TravisCI"
+   - git config --global user.email $HOSTNAME":not-for-m...@travis-ci.org"
+install:
+   - cpanm --quiet --notest Dist::Zilla
+   - "dzil authordeps | cpanm --quiet --notest"
+   - "dzil listdeps   | cpanm --verbose"
+script:
+   - dzil smoke --release --author
diff --git a/dist.ini b/dist.ini
index e696a48..c5b9ac1 100644
--- a/dist.ini
+++ b/dist.ini
@@ -4,6 +4,8 @@ author = Marcel Gruenauer <hanek...@gmail.com>
 license = Artistic_2_0
 copyright_holder = Caleb Cushing
 
+; authordep Pod::Weaver::Section::Contributors
+
 [Bootstrap::lib]
 [Prereqs]
 Test::Spelling          = 0.12
@@ -23,7 +25,6 @@ Test::Spelling          = 0.12
        bugtracker.github = user:xenoterracide
        repository.github = user:xenoterracide
 
-[ContributorsFromGit]
 
 [OurPkgVersion]
 [PodWeaver]
@@ -52,6 +53,8 @@ Test::Spelling          = 0.12
 
 [Git::Remote::Check]
        remote_name = my
+
+[ContributorsFromGit]
 [@Git]
        push_to     = my
        tag_format  = %v
diff --git a/weaver.ini b/weaver.ini
index 085fb56..0ce5005 100644
--- a/weaver.ini
+++ b/weaver.ini
@@ -1,4 +1,5 @@
 [@CorePrep]
+[-SingleEncoding]
 
 [Name]
 [Version]

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-test-podspelling-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to