[license-reconcile] 01/02: Adapt t/lib/TestData.pm to Perl 5.18's error messages

Axel Beckert abe at deuxchevaux.org
Sat Sep 28 17:04:33 UTC 2013


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

abe pushed a commit to branch master
in repository license-reconcile.

commit 4bfa96fe0ef556744c93adb4b15b50995f1248a4
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sat Sep 28 18:54:22 2013 +0200

    Adapt t/lib/TestData.pm to Perl 5.18's error messages
    
    Build-Depend-Indep on Perl >= 5.18
---
 debian/changelog  |    2 ++
 debian/control    |    2 +-
 t/lib/TestData.pm |    2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 86afa00..8dfcaa5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ license-reconcile (0.4) UNRELEASED; urgency=low
     t/20-copyright_extract.t.
   * Fix t/17-copyright.t for usage with recent libset-intspan-perl, add
     version to build-dependency.
+  * Adapt t/lib/TestData.pm to Perl 5.18's error messages.
+    + Build-Depend-Indep on Perl >= 5.18
 
  -- Axel Beckert <abe at debian.org>  Sat, 28 Sep 2013 18:32:43 +0200
 
diff --git a/debian/control b/debian/control
index 57598db..029d993 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Section: devel
 Priority: optional
 Build-Depends: debhelper (>= 9),
                libmodule-build-perl (>= 0.400000) | perl (>= 5.17.1)
-Build-Depends-Indep: perl,
+Build-Depends-Indep: perl (>= 5.18),
                      devscripts,
                      libclass-xsaccessor-perl,
                      libconfig-any-perl,
diff --git a/t/lib/TestData.pm b/t/lib/TestData.pm
index b67092c..b7a5be4 100644
--- a/t/lib/TestData.pm
+++ b/t/lib/TestData.pm
@@ -68,7 +68,7 @@ Readonly our $DLR_ERROR1 => {
 };
 Readonly our $DLR_ERROR2 => {
     test=>'CopyrightParsing',
-    msg=>'Invalid field given (Flossy) at /usr/share/perl5/Debian/Copyright.pm line 142
+    msg=>'Invalid field given (Flossy) at /usr/share/perl5/Debian/Copyright.pm line 142.
 ',
 };
 Readonly our $DLR_ERROR3 => {

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



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