Skip to content

Commit

Permalink
Fix the patch for v5.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bingos committed Oct 3, 2014
1 parent 92b1112 commit 880fb90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist.ini
@@ -1,5 +1,5 @@
name = Devel-PatchPerl
version = 1.26
version = 1.28
author = Chris Williams <chris@bingosnet.co.uk>
license = Perl_5
copyright_holder = Chris Williams and Marcus Holland-Moritz
Expand Down
4 changes: 2 additions & 2 deletions lib/Devel/PatchPerl.pm
Expand Up @@ -2593,8 +2593,8 @@ sub _patch_5183_metajson {
_patch(<<'DOGSAY');
diff --git a/META.json b/META.json
index 64caea7..200e324 100644
--- a/META.json
+++ b/META.json
--- META.json
+++ META.json
@@ -118,7 +118,7 @@
"TestInit.pm"
]
Expand Down

0 comments on commit 880fb90

Please sign in to comment.