[libhtml-scrubber-perl] 29/30: Fix dependancies and other dzil/travis tweaks

Florian Schlichting fsfs at moszumanska.debian.org
Sat Nov 11 13:46:21 UTC 2017


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

fsfs pushed a commit to annotated tag release/0.16
in repository libhtml-scrubber-perl.

commit b1b549b6ce61b8daefddf24e7fdda2be8065b4b8
Author: Nigel Metheringham <nigelm at cpan.org>
Date:   Sun Jun 25 19:39:50 2017 +0100

    Fix dependancies and other dzil/travis tweaks
---
 .travis.yml |  4 ++--
 Changes     |  1 +
 dist.ini    | 18 ++++++++++++++++--
 3 files changed, 19 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 3f2a771..ed28884 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,7 +28,7 @@ install:
   - cpanm --quiet --notest --skip-satisfied Dist::Zilla
   - dzil authordeps --missing | cpanm --quiet --notest --skip-satisfied
   - dzil listdeps --author --develop --missing | cpanm --notest --skip-satisfied
-  - export RELEASE_TESTING=1 AUTOMATED_TESTING=1 AUTHOR_TESTING=1 HARNESS_OPTIONS=j10:c HARNESS_TIMER=1
+  - export HARNESS_OPTIONS=j10:c HARNESS_TIMER=1
 
 script:
-  - dzil test
+  - dzil test --all
diff --git a/Changes b/Changes
index 1599cdf..a57dd2b 100644
--- a/Changes
+++ b/Changes
@@ -10,6 +10,7 @@ Revision history for Perl extension HTML::Scrubber.
     - Fix stale URLs   (github pr#15 paultcochrane)
     - Remove invalid end tags for empty elements (RT120384)
       (github pr#16 paultcochrane)
+    - Rework Dist::Zilla config to be more portable
 
 0.15      2015-10-10 15:01:31+01:00 Europe/London
     - Minor spelling check avoidance tweaks
diff --git a/dist.ini b/dist.ini
index ae96b33..a0ce3a0 100644
--- a/dist.ini
+++ b/dist.ini
@@ -6,8 +6,21 @@ license                     = Perl_5
 copyright_holder            = Ruslan Zakirov, Nigel Metheringham, 2003-2004 D. H.
 copyright_year              = 2017
 
-[Prereqs]
-;; -- all taken from the modules...
+[AutoPrereqs]
+skip                        = ^blib
+
+[Prereqs / TestRequires]
+Test::NoTabs                = 0
+Pod::Coverage::TrustPod     = 0
+Test::CPAN::Meta            = 0
+Test::Differences           = 0
+Test::EOL                   = 0
+Test::Kwalitee              = 1.21
+Test::Memory::Cycle         = 0
+Test::More                  = 0.88
+Test::PAUSE::Permissions    = 0
+Test::Pod                   = 1.41
+Test::Pod::Coverage         = 1.08
 
 ;; -- Declare additional author deps for Dist::Zilla
 ; authordep Pod::Elemental::Transformer::List
@@ -47,6 +60,7 @@ release_branch              = cpan
 [Test::Kwalitee]
 [Test::EOL]
 [Test::PAUSE::Permissions]  ; if doing a release make sure we have PAUSE perms
+[Test::NoTabs]
 
 ;; -- Additional information
 [GithubMeta]                ; Grab the repo metadata

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhtml-scrubber-perl.git



More information about the Pkg-perl-cvs-commits mailing list