[libconfig-std-perl] 01/02: Fix "Unescaped left brace in regex is deprecated"

Salvatore Bonaccorso carnil at debian.org
Thu Jun 30 15:08:55 UTC 2016


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

carnil pushed a commit to branch master
in repository libconfig-std-perl.

commit 4b26b1ad36fc81ab05a402c1e08535a63c965d04
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Thu Jun 30 17:07:13 2016 +0200

    Fix "Unescaped left brace in regex is deprecated"
    
    Closes: #826477
---
 debian/patches/Config-Std-0.901-RT114342.patch | 24 ++++++++++++++++++++++++
 debian/patches/series                          |  1 +
 2 files changed, 25 insertions(+)

diff --git a/debian/patches/Config-Std-0.901-RT114342.patch b/debian/patches/Config-Std-0.901-RT114342.patch
new file mode 100644
index 0000000..a4948d0
--- /dev/null
+++ b/debian/patches/Config-Std-0.901-RT114342.patch
@@ -0,0 +1,24 @@
+From fd94bb2480be926b6dc2c4a820a8443505a4a89a Mon Sep 17 00:00:00 2001
+From: Slaven Rezic <slaven at rezic.de>
+Date: Fri, 10 Jun 2016 23:54:33 +0200
+Subject: [PATCH] fix "Unescaped left brace in regex is illegal in regex" (RT
+ #114342)
+
+---
+ t/undef.t | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/t/undef.t b/t/undef.t
+index 423cd62..7735101 100644
+--- a/t/undef.t
++++ b/t/undef.t
+@@ -16,5 +16,5 @@ my $output;
+ 
+ ok !eval{ write_config %data => \$output }    => 'Write failed as expected';
+ 
+-like $@, qr/\ACan't save undefined value for key {'FOO'}{'foo2'}/
++like $@, qr/\A\QCan't save undefined value for key {'FOO'}{'foo2'}/
+                                             => 'Failed with expected exception';
+-- 
+2.1.4
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..8bb0eb7
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+Config-Std-0.901-RT114342.patch

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



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