Skip to content

Commit

Permalink
Fix patch applying for v5.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bingos committed Jul 8, 2013
1 parent c525773 commit a78109c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = Devel-PatchPerl
version = 0.94
version = 0.96
author = Chris Williams <chris@bingosnet.co.uk>
license = Perl_5
copyright_holder = Chris Williams and Marcus Holland-Moritz
Expand Down
8 changes: 4 additions & 4 deletions lib/Devel/PatchPerl.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2163,8 +2163,8 @@ sub _patch_regmatch_pointer_5180 {
_patch(<<'BOBBLE');
diff --git a/regexec.c b/regexec.c
index bc38839..b865b46 100644
--- a/regexec.c
+++ b/regexec.c
--- regexec.c
+++ regexec.c
@@ -6662,7 +6662,7 @@ S_regrepeat(pTHX_ regexp *prog, char **startposp, const regnode *p,
scan = *startposp;
if (max == REG_INFTY)
Expand Down Expand Up @@ -2203,8 +2203,8 @@ index bc38839..b865b46 100644
* because is UTF-8, but it is actually ok to do so, since here, to
diff --git a/t/re/pat_rt_report.t b/t/re/pat_rt_report.t
index 2244fdf..9a9b5f5 100644
--- a/t/re/pat_rt_report.t
+++ b/t/re/pat_rt_report.t
--- t/re/pat_rt_report.t
+++ t/re/pat_rt_report.t
@@ -22,7 +22,7 @@ BEGIN {
}
Expand Down

0 comments on commit a78109c

Please sign in to comment.