From a6e1d5b388fb1143f28cce600ba379c69f0b0299 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jples...@redhat.com>
Date: Fri, 8 Jan 2016 16:08:44 +0100
Subject: Remove old patch

---
 ...-a-curly-bracket-in-a-regualar-expression.patch | 35 ----------------------
 1 file changed, 35 deletions(-)
 delete mode 100644 
Text-FindIndent-0.10-Escape-a-curly-bracket-in-a-regualar-expression.patch

diff --git 
a/Text-FindIndent-0.10-Escape-a-curly-bracket-in-a-regualar-expression.patch 
b/Text-FindIndent-0.10-Escape-a-curly-bracket-in-a-regualar-expression.patch
deleted file mode 100644
index 419c881..0000000
--- a/Text-FindIndent-0.10-Escape-a-curly-bracket-in-a-regualar-expression.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From 63339c0378a0f78fa7402e7fd8274ee279f59187 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com>
-Date: Thu, 18 Jun 2015 08:43:52 +0200
-Subject: [PATCH] Escape a curly bracket in a regualar expression
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Perl 5.22 warns on uneven literal currly brackates in regular
-expressions. Simple reproducer is to compile the Text::FindIndent
-module. This patch fixes it.
-
-CPAN RT#105321
-
-Signed-off-by: Petr Písař <ppi...@redhat.com>
----
- lib/Text/FindIndent.pm | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lib/Text/FindIndent.pm b/lib/Text/FindIndent.pm
-index d13932c..9b985e0 100644
---- a/lib/Text/FindIndent.pm
-+++ b/lib/Text/FindIndent.pm
-@@ -119,7 +119,7 @@ sub parse {
-       }
-       $next_line_braces_pos_plus_1=0;
-     } else {
--      if ($rest=~/=> {$/) { #handle case where hash keys and values are 
indented by braces pos + 1
-+      if ($rest=~/=> \{$/) { #handle case where hash keys and values are 
indented by braces pos + 1
-         
$next_line_braces_pos_plus_1=_length_with_tabs_converted($ws)+length($rest);
-       }
-     }
--- 
-2.1.0
-
-- 
cgit v0.11.2


        
http://pkgs.fedoraproject.org/cgit/perl-Text-FindIndent.git/commit/?h=master&id=a6e1d5b388fb1143f28cce600ba379c69f0b0299
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to