In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/b97ea83254457bb54ffb80694b355111d431712c?hp=26fc922ea7af4f13e213f3cc21eca8c18ea88db6>
- Log ----------------------------------------------------------------- commit b97ea83254457bb54ffb80694b355111d431712c Author: Sawyer X <[email protected]> Date: Fri May 12 00:26:54 2017 +0200 Fix META.json M META.json commit 893ca5998c3365cf0df0530638fadd5ef49980fd Author: Sawyer X <[email protected]> Date: Thu May 11 23:51:38 2017 +0200 Add epigraph M Porting/epigraphs.pod ----------------------------------------------------------------------- Summary of changes: META.json | 2 +- Porting/epigraphs.pod | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/META.json b/META.json index afd5c76987..8e5a6d2965 100644 --- a/META.json +++ b/META.json @@ -113,7 +113,7 @@ "vxs.inc" ] }, - "release_status" : "testing", + "release_status" : "stable", "resources" : { "bugtracker" : { "web" : "https://rt.perl.org/" diff --git a/Porting/epigraphs.pod b/Porting/epigraphs.pod index 8baa6ab090..f859197e88 100644 --- a/Porting/epigraphs.pod +++ b/Porting/epigraphs.pod @@ -17,6 +17,15 @@ Consult your favorite dictionary for details. =head1 EPIGRAPHS +=head2 v5.26.0-RC1 - Thomas Paine, Common Sense + +L<Announced on 2017-05-11 by Sawyer X|http://www.nntp.perl.org/group/perl.perl5.porters/2017/05/msg244337.html> + + A long habit of not thinking a thing WRONG, gives it a superficial + appearance of being RIGHT, and raises at first a formidable outcry in + defense of custom. But the tumult soon subsides. Time makes more + converts than reason. + =head2 v5.25.12 - Kurt Vonnegut, Slaughterhouse-Five L<Announced on 2017-04-20 by Sawyer X|http://www.nntp.perl.org/group/perl.perl5.porters/2017/04/msg244146.html> -- Perl5 Master Repository
