In perl.git, the branch maint-5.22 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/fd2128788ba03b46fa6f03865a6b153a8090d062?hp=caf571efd1ab92ed6c7334a30070c0d96f5dfe7e>
- Log ----------------------------------------------------------------- commit fd2128788ba03b46fa6f03865a6b153a8090d062 Author: Steve Hay <[email protected]> Date: Fri Aug 12 01:01:19 2016 +0100 Disarm patchlevel.h and regen META.json ----------------------------------------------------------------------- Summary of changes: META.json | 2 +- patchlevel.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/META.json b/META.json index 28bdd07..39fa323 100644 --- a/META.json +++ b/META.json @@ -112,7 +112,7 @@ "vxs.inc" ] }, - "release_status" : "testing", + "release_status" : "stable", "resources" : { "bugtracker" : { "web" : "https://rt.perl.org/" diff --git a/patchlevel.h b/patchlevel.h index fe36880..6ebaeb7 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -133,7 +133,6 @@ hunk. # endif static const char * const local_patches[] = { NULL - ,"RC3" #ifdef PERL_GIT_UNCOMMITTED_CHANGES ,"uncommitted-changes" #endif -- Perl5 Master Repository
