In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/e0b4c6fff36f1996c04a48bcf94ebdbb6a60475e?hp=295d6d042a7c8bac9b1d5d201a473c7723b50d3f>

- Log -----------------------------------------------------------------
commit e0b4c6fff36f1996c04a48bcf94ebdbb6a60475e
Author: Chris 'BinGOs' Williams <[email protected]>
Date:   Tue Mar 21 13:06:31 2017 +0000

    Regen opcodes
    
    Ran regen/opcode.pl to regenerate

M       lib/B/Op_private.pm

commit ad0cb28f15c183953389f577c4c94e35fd3c31c5
Author: Chris 'BinGOs' Williams <[email protected]>
Date:   Tue Mar 21 13:04:44 2017 +0000

    Fix uconfig errors
    
    Ran regen/uconfig_h.pl to regenerate

M       uconfig.h

commit bdde05ad7934aa9681fa58509df8fcab0bd6f8a0
Author: Sawyer X <[email protected]>
Date:   Tue Mar 21 08:16:41 2017 +0100

    Regen META.json for 5.26.0 - it is stable

M       META.json

commit fbe3f40779da9f3f574b17f91d1c81b85f1c746f
Author: Sawyer X <[email protected]>
Date:   Tue Mar 21 08:16:28 2017 +0100

    Update Module::CoreList for 5.26.0

M       Porting/Maintainers.pl
M       dist/Module-CoreList/Changes
M       dist/Module-CoreList/lib/Module/CoreList.pm
M       dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
M       dist/Module-CoreList/lib/Module/CoreList/Utils.pm
M       pod/perldelta.pod

commit 54a814f4855172034d2894fae446af0ba1a25082
Author: Sawyer X <[email protected]>
Date:   Mon Mar 20 22:51:40 2017 +0100

    Version bump: 5.25.11 -> 5.26.0

M       Cross/config.sh-arm-linux
M       Cross/config.sh-arm-linux-n770
M       INSTALL
M       META.json
M       META.yml
M       NetWare/Makefile
M       NetWare/config_H.wc
M       Porting/config.sh
M       Porting/config_H
M       Porting/todo.pod
M       README.haiku
M       README.macosx
M       README.os2
M       README.vms
M       README.win32
M       hints/catamount.sh
M       patchlevel.h
M       plan9/config.plan9
M       plan9/config_sh.sample
M       uconfig.h
M       uconfig.sh
M       uconfig64.sh
M       win32/GNUmakefile
M       win32/Makefile
M       win32/Makefile.ce
M       win32/makefile.mk

commit d5c7a4fc18f36e8d932049702ef25626b2533916
Author: Sawyer X <[email protected]>
Date:   Mon Mar 20 22:25:43 2017 +0100

    New perldelta

M       MANIFEST
M       Makefile.SH
M       pod/.gitignore
M       pod/perl.pod
A       pod/perl52511delta.pod
M       pod/perldelta.pod
M       vms/descrip_mms.template
M       win32/GNUmakefile
M       win32/Makefile
M       win32/makefile.mk
M       win32/pod.mak

commit f5d35af871bc1f36b423097b37555a1a82ce7211
Author: Sawyer X <[email protected]>
Date:   Mon Mar 20 22:17:04 2017 +0100

    Tick off release

M       Porting/release_schedule.pod

commit 439ae22f6fc9f0906dda86043875ce342200a3f7
Author: Sawyer X <[email protected]>
Date:   Mon Mar 20 22:15:40 2017 +0100

    Add epigraph for 5.25.11 (link forthcoming)

M       Porting/epigraphs.pod
-----------------------------------------------------------------------

Summary of changes:
 Cross/config.sh-arm-linux                          |  46 +--
 Cross/config.sh-arm-linux-n770                     |  46 +--
 INSTALL                                            |  28 +-
 MANIFEST                                           |   1 +
 META.json                                          |   4 +-
 META.yml                                           |   2 +-
 Makefile.SH                                        |   8 +-
 NetWare/Makefile                                   |   4 +-
 NetWare/config_H.wc                                |  10 +-
 Porting/Maintainers.pl                             |   2 +-
 Porting/config.sh                                  |  48 +--
 Porting/config_H                                   |  18 +-
 Porting/epigraphs.pod                              |  10 +
 Porting/release_schedule.pod                       |   2 +-
 Porting/todo.pod                                   |   4 +-
 README.haiku                                       |   4 +-
 README.macosx                                      |   8 +-
 README.os2                                         |   2 +-
 README.vms                                         |   4 +-
 README.win32                                       |   2 +-
 dist/Module-CoreList/Changes                       |   3 +
 dist/Module-CoreList/lib/Module/CoreList.pm        |  21 +-
 .../lib/Module/CoreList/TieHashDelta.pm            |   2 +-
 dist/Module-CoreList/lib/Module/CoreList/Utils.pm  |   9 +-
 hints/catamount.sh                                 |   4 +-
 lib/B/Op_private.pm                                |   2 +-
 patchlevel.h                                       |   8 +-
 plan9/config.plan9                                 |  10 +-
 plan9/config_sh.sample                             |  44 +--
 pod/.gitignore                                     |   2 +-
 pod/perl.pod                                       |   1 +
 pod/{perldelta.pod => perl52511delta.pod}          |   2 +-
 pod/perldelta.pod                                  | 356 +++++++++++++++++----
 uconfig.h                                          |  18 +-
 uconfig.sh                                         |  16 +-
 uconfig64.sh                                       |  16 +-
 vms/descrip_mms.template                           |   2 +-
 win32/GNUmakefile                                  |  26 +-
 win32/Makefile                                     |  16 +-
 win32/Makefile.ce                                  |   2 +-
 win32/makefile.mk                                  |  22 +-
 win32/pod.mak                                      |   4 +
 42 files changed, 549 insertions(+), 290 deletions(-)
 copy pod/{perldelta.pod => perl52511delta.pod} (99%)

diff --git a/Cross/config.sh-arm-linux b/Cross/config.sh-arm-linux
index 2d7c73a918..6f934af8a0 100644
--- a/Cross/config.sh-arm-linux
+++ b/Cross/config.sh-arm-linux
@@ -32,12 +32,12 @@ alignbytes='4'
 ansi2knr=''
 aphostname='/bin/hostname'
 api_revision='5'
-api_subversion='11'
-api_version='25'
-api_versionstring='5.25.11'
+api_subversion='0'
+api_version='26'
+api_versionstring='5.26.0'
 ar='ar'
-archlib='/usr/lib/perl5/5.25.11/armv4l-linux'
-archlibexp='/usr/lib/perl5/5.25.11/armv4l-linux'
+archlib='/usr/lib/perl5/5.26.0/armv4l-linux'
+archlibexp='/usr/lib/perl5/5.26.0/armv4l-linux'
 archname64=''
 archname='armv4l-linux'
 archobjs=''
@@ -56,7 +56,7 @@ castflags='0'
 cat='cat'
 cc='cc'
 cccdlflags='-fpic'
-ccdlflags='-rdynamic -Wl,-rpath,/usr/lib/perl5/5.25.11/armv4l-linux/CORE'
+ccdlflags='-rdynamic -Wl,-rpath,/usr/lib/perl5/5.26.0/armv4l-linux/CORE'
 ccflags='-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64'
 ccflags_uselargefiles='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
 ccname='arm-linux-gcc'
@@ -826,7 +826,7 @@ inc_version_list=' '
 inc_version_list_init='0'
 incpath=''
 inews=''
-installarchlib='./install_me_here/usr/lib/perl5/5.25.11/armv4l-linux'
+installarchlib='./install_me_here/usr/lib/perl5/5.26.0/armv4l-linux'
 installbin='./install_me_here/usr/bin'
 installhtml1dir=''
 installhtml3dir=''
@@ -834,13 +834,13 @@ installman1dir='./install_me_here/usr/share/man/man1'
 installman3dir='./install_me_here/usr/share/man/man3'
 installprefix='./install_me_here/usr'
 installprefixexp='./install_me_here/usr'
-installprivlib='./install_me_here/usr/lib/perl5/5.25.11'
+installprivlib='./install_me_here/usr/lib/perl5/5.26.0'
 installscript='./install_me_here/usr/bin'
-installsitearch='./install_me_here/usr/lib/perl5/site_perl/5.25.11/armv4l-linux'
+installsitearch='./install_me_here/usr/lib/perl5/site_perl/5.26.0/armv4l-linux'
 installsitebin='./install_me_here/usr/bin'
 installsitehtml1dir=''
 installsitehtml3dir=''
-installsitelib='./install_me_here/usr/lib/perl5/site_perl/5.25.11'
+installsitelib='./install_me_here/usr/lib/perl5/site_perl/5.26.0'
 installsiteman1dir='./install_me_here/usr/share/man/man1'
 installsiteman3dir='./install_me_here/usr/share/man/man3'
 installsitescript='./install_me_here/usr/bin'
@@ -974,8 +974,8 @@ pmake=''
 pr=''
 prefix='/usr'
 prefixexp='/usr'
-privlib='/usr/lib/perl5/5.25.11'
-privlibexp='/usr/lib/perl5/5.25.11'
+privlib='/usr/lib/perl5/5.26.0'
+privlibexp='/usr/lib/perl5/5.26.0'
 procselfexe='"/proc/self/exe"'
 prototype='define'
 ptrsize='4'
@@ -1040,17 +1040,17 @@ sig_num='0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 
19 20 21 22 23 24 25 26
 sig_num_init='0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 
18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 
38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, ... [78 chars truncated]
 sig_size='68'
 signal_t='void'
-sitearch='/usr/lib/perl5/site_perl/5.25.11/armv4l-linux'
-sitearchexp='/usr/lib/perl5/site_perl/5.25.11/armv4l-linux'
+sitearch='/usr/lib/perl5/site_perl/5.26.0/armv4l-linux'
+sitearchexp='/usr/lib/perl5/site_perl/5.26.0/armv4l-linux'
 sitebin='/usr/bin'
 sitebinexp='/usr/bin'
 sitehtml1dir=''
 sitehtml1direxp=''
 sitehtml3dir=''
 sitehtml3direxp=''
-sitelib='/usr/lib/perl5/site_perl/5.25.11'
+sitelib='/usr/lib/perl5/site_perl/5.26.0'
 sitelib_stem='/usr/lib/perl5/site_perl'
-sitelibexp='/usr/lib/perl5/site_perl/5.25.11'
+sitelibexp='/usr/lib/perl5/site_perl/5.26.0'
 siteman1dir='/usr/share/man/man1'
 siteman1direxp='/usr/share/man/man1'
 siteman3dir='/usr/share/man/man3'
@@ -1089,7 +1089,7 @@ stdio_stream_array=''
 strerror_r_proto='0'
 strings='/usr/include/string.h'
 submit=''
-subversion='11'
+subversion='0'
 sysman='/usr/share/man/man1'
 tail=''
 tar=''
@@ -1181,8 +1181,8 @@ vendorprefix=''
 vendorprefixexp=''
 vendorscript=''
 vendorscriptexp=''
-version='5.25.11'
-version_patchlevel_string='version 25 subversion 11'
+version='5.26.0'
+version_patchlevel_string='version 26 subversion 0'
 versiononly='undef'
 vi=''
 xlibpth='/usr/lib/386 /lib/386'
@@ -1195,10 +1195,10 @@ config_arg0='Configure'
 config_args=''
 config_argc=0
 PERL_REVISION=5
-PERL_VERSION=25
-PERL_SUBVERSION=11
+PERL_VERSION=26
+PERL_SUBVERSION=0
 PERL_API_REVISION=5
-PERL_API_VERSION=25
-PERL_API_SUBVERSION=11
+PERL_API_VERSION=26
+PERL_API_SUBVERSION=0
 PERL_PATCHLEVEL=
 PERL_CONFIG_SH=true
diff --git a/Cross/config.sh-arm-linux-n770 b/Cross/config.sh-arm-linux-n770
index cf69fee68d..4b78f5dc47 100644
--- a/Cross/config.sh-arm-linux-n770
+++ b/Cross/config.sh-arm-linux-n770
@@ -32,12 +32,12 @@ alignbytes='4'
 ansi2knr=''
 aphostname='/bin/hostname'
 api_revision='5'
-api_subversion='11'
-api_version='25'
-api_versionstring='5.25.11'
+api_subversion='0'
+api_version='26'
+api_versionstring='5.26.0'
 ar='ar'
-archlib='/usr/lib/perl5/5.25.11/armv4l-linux'
-archlibexp='/usr/lib/perl5/5.25.11/armv4l-linux'
+archlib='/usr/lib/perl5/5.26.0/armv4l-linux'
+archlibexp='/usr/lib/perl5/5.26.0/armv4l-linux'
 archname64=''
 archname='armv4l-linux'
 archobjs=''
@@ -55,7 +55,7 @@ castflags='0'
 cat='cat'
 cc='arm-none-linux-gnueabi-gcc'
 cccdlflags='-fpic'
-ccdlflags='-rdynamic -Wl,-rpath,/usr/lib/perl5/5.25.11/armv4l-linux/CORE'
+ccdlflags='-rdynamic -Wl,-rpath,/usr/lib/perl5/5.26.0/armv4l-linux/CORE'
 ccflags='-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64'
 ccflags_uselargefiles='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
 ccname='arm-linux-gcc'
@@ -699,7 +699,7 @@ inc_version_list=' '
 inc_version_list_init='0'
 incpath=''
 inews=''
-installarchlib='./install_me_here/usr/lib/perl5/5.25.11/armv4l-linux'
+installarchlib='./install_me_here/usr/lib/perl5/5.26.0/armv4l-linux'
 installbin='./install_me_here/usr/bin'
 installhtml1dir=''
 installhtml3dir=''
@@ -707,13 +707,13 @@ installman1dir='./install_me_here/usr/share/man/man1'
 installman3dir='./install_me_here/usr/share/man/man3'
 installprefix='./install_me_here/usr'
 installprefixexp='./install_me_here/usr'
-installprivlib='./install_me_here/usr/lib/perl5/5.25.11'
+installprivlib='./install_me_here/usr/lib/perl5/5.26.0'
 installscript='./install_me_here/usr/bin'
-installsitearch='./install_me_here/usr/lib/perl5/site_perl/5.25.11/armv4l-linux'
+installsitearch='./install_me_here/usr/lib/perl5/site_perl/5.26.0/armv4l-linux'
 installsitebin='./install_me_here/usr/bin'
 installsitehtml1dir=''
 installsitehtml3dir=''
-installsitelib='./install_me_here/usr/lib/perl5/site_perl/5.25.11'
+installsitelib='./install_me_here/usr/lib/perl5/site_perl/5.26.0'
 installsiteman1dir='./install_me_here/usr/share/man/man1'
 installsiteman3dir='./install_me_here/usr/share/man/man3'
 installsitescript='./install_me_here/usr/bin'
@@ -841,8 +841,8 @@ pmake=''
 pr=''
 prefix='/usr'
 prefixexp='/usr'
-privlib='/usr/lib/perl5/5.25.11'
-privlibexp='/usr/lib/perl5/5.25.11'
+privlib='/usr/lib/perl5/5.26.0'
+privlibexp='/usr/lib/perl5/5.26.0'
 procselfexe='"/proc/self/exe"'
 prototype='define'
 ptrsize='4'
@@ -903,17 +903,17 @@ sig_num='0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 
19 20 21 22 23 24 25 26
 sig_num_init='0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 
18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 
38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, ... [78 chars truncated]
 sig_size='68'
 signal_t='void'
-sitearch='/usr/lib/perl5/site_perl/5.25.11/armv4l-linux'
-sitearchexp='/usr/lib/perl5/site_perl/5.25.11/armv4l-linux'
+sitearch='/usr/lib/perl5/site_perl/5.26.0/armv4l-linux'
+sitearchexp='/usr/lib/perl5/site_perl/5.26.0/armv4l-linux'
 sitebin='/usr/bin'
 sitebinexp='/usr/bin'
 sitehtml1dir=''
 sitehtml1direxp=''
 sitehtml3dir=''
 sitehtml3direxp=''
-sitelib='/usr/lib/perl5/site_perl/5.25.11'
+sitelib='/usr/lib/perl5/site_perl/5.26.0'
 sitelib_stem='/usr/lib/perl5/site_perl'
-sitelibexp='/usr/lib/perl5/site_perl/5.25.11'
+sitelibexp='/usr/lib/perl5/site_perl/5.26.0'
 siteman1dir='/usr/share/man/man1'
 siteman1direxp='/usr/share/man/man1'
 siteman3dir='/usr/share/man/man3'
@@ -950,7 +950,7 @@ stdio_stream_array=''
 strerror_r_proto='0'
 strings='/usr/include/string.h'
 submit=''
-subversion='11'
+subversion='0'
 sysman='/usr/share/man/man1'
 tail=''
 tar=''
@@ -1035,8 +1035,8 @@ vendorprefix=''
 vendorprefixexp=''
 vendorscript=''
 vendorscriptexp=''
-version='5.25.11'
-version_patchlevel_string='version 25 subversion 11'
+version='5.26.0'
+version_patchlevel_string='version 26 subversion 0'
 versiononly='undef'
 vi=''
 xlibpth='/usr/lib/386 /lib/386'
@@ -1049,10 +1049,10 @@ config_arg0='Configure'
 config_args=''
 config_argc=0
 PERL_REVISION=5
-PERL_VERSION=25
-PERL_SUBVERSION=11
+PERL_VERSION=26
+PERL_SUBVERSION=0
 PERL_API_REVISION=5
-PERL_API_VERSION=25
-PERL_API_SUBVERSION=11
+PERL_API_VERSION=26
+PERL_API_SUBVERSION=0
 PERL_PATCHLEVEL=
 PERL_CONFIG_SH=true
diff --git a/INSTALL b/INSTALL
index 1a01dd9683..2b78d4bb0b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -588,7 +588,7 @@ The directories set up by Configure fall into three broad 
categories.
 
 =item Directories for the perl distribution
 
-By default, Configure will use the following directories for 5.25.11.
+By default, Configure will use the following directories for 5.26.0.
 $version is the full perl version number, including subversion, e.g.
 5.12.3, and $archname is a string like sun4-sunos,
 determined by Configure.  The full definitions of all Configure
@@ -2441,7 +2441,7 @@ http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
 
 =head1 Coexistence with earlier versions of perl 5
 
-Perl 5.25.11 is not binary compatible with earlier versions of Perl.
+Perl 5.26.0 is not binary compatible with earlier versions of Perl.
 In other words, you will have to recompile your XS modules.
 
 In general, you can usually safely upgrade from one version of Perl
@@ -2516,9 +2516,9 @@ won't interfere with another version.  (The defaults 
guarantee this for
 libraries after 5.6.0, but not for executables. TODO?)  One convenient
 way to do this is by using a separate prefix for each version, such as
 
-       sh Configure -Dprefix=/opt/perl5.25.11
+       sh Configure -Dprefix=/opt/perl5.26.0
 
-and adding /opt/perl5.25.11/bin to the shell PATH variable.  Such users
+and adding /opt/perl5.26.0/bin to the shell PATH variable.  Such users
 may also wish to add a symbolic link /usr/local/bin/perl so that
 scripts can still start with #!/usr/local/bin/perl.
 
@@ -2533,11 +2533,11 @@ yet.
 
 =head2 Upgrading from 5.25.9 or earlier
 
-B<Perl 5.25.11 may not be binary compatible with Perl 5.25.9 or
+B<Perl 5.26.0 may not be binary compatible with Perl 5.25.9 or
 earlier Perl releases.>  Perl modules having binary parts
 (meaning that a C compiler is used) will have to be recompiled to be
-used with 5.25.11.  If you find you do need to rebuild an extension with
-5.25.11, you may safely do so without disturbing the older
+used with 5.26.0.  If you find you do need to rebuild an extension with
+5.26.0, you may safely do so without disturbing the older
 installations.  (See L<"Coexistence with earlier versions of perl 5">
 above.)
 
@@ -2570,15 +2570,15 @@ Firstly, the bare minimum to run this script
      print("$f\n");
   }
 
-in Linux with perl-5.25.11 is as follows (under $Config{prefix}):
+in Linux with perl-5.26.0 is as follows (under $Config{prefix}):
 
   ./bin/perl
-  ./lib/perl5/5.25.11/strict.pm
-  ./lib/perl5/5.25.11/warnings.pm
-  ./lib/perl5/5.25.11/i686-linux/File/Glob.pm
-  ./lib/perl5/5.25.11/feature.pm
-  ./lib/perl5/5.25.11/XSLoader.pm
-  ./lib/perl5/5.25.11/i686-linux/auto/File/Glob/Glob.so
+  ./lib/perl5/5.26.0/strict.pm
+  ./lib/perl5/5.26.0/warnings.pm
+  ./lib/perl5/5.26.0/i686-linux/File/Glob.pm
+  ./lib/perl5/5.26.0/feature.pm
+  ./lib/perl5/5.26.0/XSLoader.pm
+  ./lib/perl5/5.26.0/i686-linux/auto/File/Glob/Glob.so
 
 Secondly, for perl-5.10.1, the Debian perl-base package contains 591
 files, (of which 510 are for lib/unicore) totaling about 3.5MB in its
diff --git a/MANIFEST b/MANIFEST
index d23f9857cc..c7a4dd6074 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4932,6 +4932,7 @@ pod/perl5240delta.pod             Perl changes in version 
5.24.0
 pod/perl5241delta.pod          Perl changes in version 5.24.1
 pod/perl5250delta.pod          Perl changes in version 5.25.0
 pod/perl52510delta.pod         Perl changes in version 5.25.10
+pod/perl52511delta.pod         Perl changes in version 5.25.11
 pod/perl5251delta.pod          Perl changes in version 5.25.1
 pod/perl5252delta.pod          Perl changes in version 5.25.2
 pod/perl5253delta.pod          Perl changes in version 5.25.3
diff --git a/META.json b/META.json
index d889ae6df2..8e5a6d2965 100644
--- a/META.json
+++ b/META.json
@@ -113,7 +113,7 @@
          "vxs.inc"
       ]
    },
-   "release_status" : "unstable",
+   "release_status" : "stable",
    "resources" : {
       "bugtracker" : {
          "web" : "https://rt.perl.org/";
@@ -126,6 +126,6 @@
          "url" : "http://perl5.git.perl.org/";
       }
    },
-   "version" : "5.025011",
+   "version" : "5.026000",
    "x_serialization_backend" : "JSON::PP version 2.27400_02"
 }
diff --git a/META.yml b/META.yml
index ed9ff1f8a3..c164c52dee 100644
--- a/META.yml
+++ b/META.yml
@@ -113,5 +113,5 @@ resources:
   homepage: http://www.perl.org/
   license: http://dev.perl.org/licenses/
   repository: http://perl5.git.perl.org/
-version: '5.025011'
+version: '5.026000'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff --git a/Makefile.SH b/Makefile.SH
index ca86afd5f0..b6df92d299 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -570,7 +570,7 @@ esac
 
 $spitshell >>$Makefile <<'!NO!SUBS!'
 
-perltoc_pod_prereqs = extra.pods pod/perl52511delta.pod pod/perlapi.pod 
pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod
+perltoc_pod_prereqs = extra.pods pod/perl52512delta.pod pod/perlapi.pod 
pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod
 generated_pods = pod/perltoc.pod $(perltoc_pod_prereqs)
 generated_headers = uudmap.h bitcount.h mg_data.h
 
@@ -1120,9 +1120,9 @@ pod/perlintern.pod: $(MINIPERL_EXE) autodoc.pl embed.fnc
 pod/perlmodlib.pod: $(MINIPERL_EXE) pod/perlmodlib.PL MANIFEST
        $(MINIPERL) pod/perlmodlib.PL -q
 
-pod/perl52511delta.pod: pod/perldelta.pod
-       $(RMS) pod/perl52511delta.pod
-       $(LNS) perldelta.pod pod/perl52511delta.pod
+pod/perl52512delta.pod: pod/perldelta.pod
+       $(RMS) pod/perl52512delta.pod
+       $(LNS) perldelta.pod pod/perl52512delta.pod
 
 extra.pods: $(MINIPERL_EXE)
        -@test ! -f extra.pods || rm -f `cat extra.pods`
diff --git a/NetWare/Makefile b/NetWare/Makefile
index ea06fcb91a..779faeb5eb 100644
--- a/NetWare/Makefile
+++ b/NetWare/Makefile
@@ -86,7 +86,7 @@ NLM_VERSION    = 3,20,0
 
 
 # Here comes the CW tools - TO BE FILLED TO BUILD WITH CW -
-MODULE_DESC     = "Perl 5.25.11 for NetWare"
+MODULE_DESC     = "Perl 5.26.0 for NetWare"
 CCTYPE          = CodeWarrior
 C_COMPILER             = mwccnlm -c
 CPP_COMPILER   = mwccnlm
@@ -462,7 +462,7 @@ INST_NW_TOP2 = $(INST_NW_DRV)\perl
 # versioned installation can be obtained by setting INST_TOP above to a
 # path that includes an arbitrary version string.
 #
-INST_VER       = \5.25.11
+INST_VER       = \5.26.0
 
 #
 # Comment this out if you DON'T want your perl installation to have
diff --git a/NetWare/config_H.wc b/NetWare/config_H.wc
index 0521d7bf32..b96d6c958f 100644
--- a/NetWare/config_H.wc
+++ b/NetWare/config_H.wc
@@ -1042,7 +1042,7 @@
  *     This symbol contains the ~name expanded version of ARCHLIB, to be used
  *     in programs that are not prepared to deal with ~ expansion at run-time.
  */
-#define ARCHLIB "c:\\perl\\5.25.11\\lib\\NetWare-x86-multi-thread"             
/**/
+#define ARCHLIB "c:\\perl\\5.26.0\\lib\\NetWare-x86-multi-thread"              
/**/
 /*#define ARCHLIB_EXP ""       /**/
 
 /* ARCHNAME:
@@ -1073,8 +1073,8 @@
  *     This symbol is the filename expanded version of the BIN symbol, for
  *     programs that do not want to deal with that at run-time.
  */
-#define BIN "c:\\perl\\5.25.11\\bin\\NetWare-x86-multi-thread" /**/
-#define BIN_EXP "c:\\perl\\5.25.11\\bin\\NetWare-x86-multi-thread"     /**/
+#define BIN "c:\\perl\\5.26.0\\bin\\NetWare-x86-multi-thread"  /**/
+#define BIN_EXP "c:\\perl\\5.26.0\\bin\\NetWare-x86-multi-thread"      /**/
 
 /* BYTEORDER:
  *     This symbol holds the hexadecimal constant defined in byteorder,
@@ -3088,7 +3088,7 @@
  *     This symbol contains the ~name expanded version of SITEARCH, to be used
  *     in programs that are not prepared to deal with ~ expansion at run-time.
  */
-#define SITEARCH "c:\\perl\\site\\5.25.11\\lib\\NetWare-x86-multi-thread"      
        /**/
+#define SITEARCH "c:\\perl\\site\\5.26.0\\lib\\NetWare-x86-multi-thread"       
        /**/
 /*#define SITEARCH_EXP ""      /**/
 
 /* SITELIB:
@@ -3111,7 +3111,7 @@
  *     removed.  The elements in inc_version_list (inc_version_list.U) can
  *     be tacked onto this variable to generate a list of directories to 
search.
  */
-#define SITELIB "c:\\perl\\site\\5.25.11\\lib"         /**/
+#define SITELIB "c:\\perl\\site\\5.26.0\\lib"          /**/
 /*#define SITELIB_EXP ""       /**/
 #define SITELIB_STEM ""                /**/
 
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 97ba798081..276358051d 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -806,7 +806,7 @@ use File::Glob qw(:case);
     },
 
     'Module::CoreList' => {
-        'DISTRIBUTION' => 'BINGOS/Module-CoreList-5.20170220.tar.gz',
+        'DISTRIBUTION' => 'BINGOS/Module-CoreList-5.20170320.tar.gz',
         'FILES'        => q[dist/Module-CoreList],
     },
 
diff --git a/Porting/config.sh b/Porting/config.sh
index bdce843e16..d0b4f7c453 100644
--- a/Porting/config.sh
+++ b/Porting/config.sh
@@ -39,12 +39,12 @@ alignbytes='8'
 ansi2knr=''
 aphostname='/bin/hostname'
 api_revision='5'
-api_subversion='11'
-api_version='25'
-api_versionstring='5.25.11'
+api_subversion='0'
+api_version='26'
+api_versionstring='5.26.0'
 ar='ar'
-archlib='/tmp/mblead/lib/perl5/5.25.11/darwin-2level'
-archlibexp='/tmp/mblead/lib/perl5/5.25.11/darwin-2level'
+archlib='/tmp/mblead/lib/perl5/5.26.0/darwin-2level'
+archlibexp='/tmp/mblead/lib/perl5/5.26.0/darwin-2level'
 archname64=''
 archname='darwin-2level'
 archobjs=''
@@ -846,7 +846,7 @@ incpath=''
 incpth='/usr/local/include 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/include
 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeD ... [514 chars 
truncated]
 inews=''
 initialinstalllocation='/tmp/mblead/bin'
-installarchlib='/tmp/mblead/lib/perl5/5.25.11/darwin-2level'
+installarchlib='/tmp/mblead/lib/perl5/5.26.0/darwin-2level'
 installbin='/tmp/mblead/bin'
 installhtml1dir=''
 installhtml3dir=''
@@ -854,13 +854,13 @@ installman1dir='/tmp/mblead/man/man1'
 installman3dir='/tmp/mblead/man/man3'
 installprefix='/tmp/mblead'
 installprefixexp='/tmp/mblead'
-installprivlib='/tmp/mblead/lib/perl5/5.25.11'
+installprivlib='/tmp/mblead/lib/perl5/5.26.0'
 installscript='/tmp/mblead/bin'
-installsitearch='/tmp/mblead/lib/perl5/site_perl/5.25.11/darwin-2level'
+installsitearch='/tmp/mblead/lib/perl5/site_perl/5.26.0/darwin-2level'
 installsitebin='/tmp/mblead/bin'
 installsitehtml1dir=''
 installsitehtml3dir=''
-installsitelib='/tmp/mblead/lib/perl5/site_perl/5.25.11'
+installsitelib='/tmp/mblead/lib/perl5/site_perl/5.26.0'
 installsiteman1dir='/tmp/mblead/man/man1'
 installsiteman3dir='/tmp/mblead/man/man3'
 installsitescript='/tmp/mblead/bin'
@@ -985,7 +985,7 @@ perl_patchlevel=''
 perl_static_inline='static __inline__'
 perladmin='[email protected]'
 perllibs='-lpthread -ldl -lm -lutil -lc'
-perlpath='/tmp/mblead/bin/perl5.25.11'
+perlpath='/tmp/mblead/bin/perl5.26.0'
 pg='pg'
 phostname='hostname'
 pidtype='pid_t'
@@ -994,8 +994,8 @@ pmake=''
 pr=''
 prefix='/tmp/mblead'
 prefixexp='/tmp/mblead'
-privlib='/tmp/mblead/lib/perl5/5.25.11'
-privlibexp='/tmp/mblead/lib/perl5/5.25.11'
+privlib='/tmp/mblead/lib/perl5/5.26.0'
+privlibexp='/tmp/mblead/lib/perl5/5.26.0'
 procselfexe=''
 prototype='define'
 ptrsize='8'
@@ -1061,17 +1061,17 @@ sig_num='0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 
19 20 21 22 23 24 25 26
 sig_num_init='0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 
18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 6, 0'
 sig_size='33'
 signal_t='void'
-sitearch='/tmp/mblead/lib/perl5/site_perl/5.25.11/darwin-2level'
-sitearchexp='/tmp/mblead/lib/perl5/site_perl/5.25.11/darwin-2level'
+sitearch='/tmp/mblead/lib/perl5/site_perl/5.26.0/darwin-2level'
+sitearchexp='/tmp/mblead/lib/perl5/site_perl/5.26.0/darwin-2level'
 sitebin='/tmp/mblead/bin'
 sitebinexp='/tmp/mblead/bin'
 sitehtml1dir=''
 sitehtml1direxp=''
 sitehtml3dir=''
 sitehtml3direxp=''
-sitelib='/tmp/mblead/lib/perl5/site_perl/5.25.11'
+sitelib='/tmp/mblead/lib/perl5/site_perl/5.26.0'
 sitelib_stem='/tmp/mblead/lib/perl5/site_perl'
-sitelibexp='/tmp/mblead/lib/perl5/site_perl/5.25.11'
+sitelibexp='/tmp/mblead/lib/perl5/site_perl/5.26.0'
 siteman1dir='/tmp/mblead/man/man1'
 siteman1direxp='/tmp/mblead/man/man1'
 siteman3dir='/tmp/mblead/man/man3'
@@ -1097,7 +1097,7 @@ src='.'
 ssizetype='ssize_t'
 st_ino_sign='1'
 st_ino_size='8'
-startperl='#!/tmp/mblead/bin/perl5.25.11'
+startperl='#!/tmp/mblead/bin/perl5.26.0'
 startsh='#!/bin/sh'
 static_ext=' '
 stdchar='char'
@@ -1110,7 +1110,7 @@ stdio_stream_array=''
 strerror_r_proto='0'
 strings='/usr/include/string.h'
 submit=''
-subversion='11'
+subversion='0'
 sysman='/usr/share/man/man1'
 sysroot=''
 tail=''
@@ -1209,8 +1209,8 @@ vendorprefix=''
 vendorprefixexp=''
 vendorscript=''
 vendorscriptexp=''
-version='5.25.11'
-version_patchlevel_string='version 25 subversion 11'
+version='5.26.0'
+version_patchlevel_string='version 26 subversion 0'
 versiononly='define'
 vi=''
 xlibpth='/usr/lib/386 /lib/386'
@@ -1219,10 +1219,10 @@ yaccflags=''
 zcat=''
 zip='zip'
 PERL_REVISION=5
-PERL_VERSION=25
-PERL_SUBVERSION=11
+PERL_VERSION=26
+PERL_SUBVERSION=0
 PERL_API_REVISION=5
-PERL_API_VERSION=25
-PERL_API_SUBVERSION=11
+PERL_API_VERSION=26
+PERL_API_SUBVERSION=0
 PERL_PATCHLEVEL=''
 PERL_CONFIG_SH=true
diff --git a/Porting/config_H b/Porting/config_H
index 2197b2bd41..00197663e0 100644
--- a/Porting/config_H
+++ b/Porting/config_H
@@ -960,8 +960,8 @@
  *     This symbol contains the ~name expanded version of ARCHLIB, to be used
  *     in programs that are not prepared to deal with ~ expansion at run-time.
  */
-#define ARCHLIB "/pro/lib/perl5/5.25.11/i686-linux-64int-ld"           /**/
-#define ARCHLIB_EXP "/pro/lib/perl5/5.25.11/i686-linux-64int-ld"               
/**/
+#define ARCHLIB "/pro/lib/perl5/5.26.0/i686-linux-64int-ld"            /**/
+#define ARCHLIB_EXP "/pro/lib/perl5/5.26.0/i686-linux-64int-ld"                
/**/
 
 /* ARCHNAME:
  *     This symbol holds a string representing the architecture name.
@@ -2068,8 +2068,8 @@
  *     This symbol contains the ~name expanded version of PRIVLIB, to be used
  *     in programs that are not prepared to deal with ~ expansion at run-time.
  */
-#define PRIVLIB "/pro/lib/perl5/5.25.11"               /**/
-#define PRIVLIB_EXP "/pro/lib/perl5/5.25.11"           /**/
+#define PRIVLIB "/pro/lib/perl5/5.26.0"                /**/
+#define PRIVLIB_EXP "/pro/lib/perl5/5.26.0"            /**/
 
 /* PTRSIZE:
  *     This symbol contains the size of a pointer, so that the C preprocessor
@@ -2119,8 +2119,8 @@
  *     This symbol contains the ~name expanded version of SITEARCH, to be used
  *     in programs that are not prepared to deal with ~ expansion at run-time.
  */
-#define SITEARCH "/pro/lib/perl5/site_perl/5.25.11/i686-linux-64int-ld"        
        /**/
-#define SITEARCH_EXP "/pro/lib/perl5/site_perl/5.25.11/i686-linux-64int-ld"    
        /**/
+#define SITEARCH "/pro/lib/perl5/site_perl/5.26.0/i686-linux-64int-ld"         
/**/
+#define SITEARCH_EXP "/pro/lib/perl5/site_perl/5.26.0/i686-linux-64int-ld"     
        /**/
 
 /* SITELIB:
  *     This symbol contains the name of the private library for this package.
@@ -2142,8 +2142,8 @@
  *     removed.  The elements in inc_version_list (inc_version_list.U) can
  *     be tacked onto this variable to generate a list of directories to 
search.
  */
-#define SITELIB "/pro/lib/perl5/site_perl/5.25.11"             /**/
-#define SITELIB_EXP "/pro/lib/perl5/site_perl/5.25.11"         /**/
+#define SITELIB "/pro/lib/perl5/site_perl/5.26.0"              /**/
+#define SITELIB_EXP "/pro/lib/perl5/site_perl/5.26.0"          /**/
 #define SITELIB_STEM "/pro/lib/perl5/site_perl"                /**/
 
 /* SSize_t:
@@ -4282,7 +4282,7 @@
  *     script to make sure (one hopes) that it runs with perl and not
  *     some shell.
  */
-#define STARTPERL "#!/pro/bin/perl5.25.11"             /**/
+#define STARTPERL "#!/pro/bin/perl5.26.0"              /**/
 
 /* HAS_STDIO_STREAM_ARRAY:
  *     This symbol, if defined, tells that there is an array
diff --git a/Porting/epigraphs.pod b/Porting/epigraphs.pod
index b5b67f0172..072df7f162 100644
--- a/Porting/epigraphs.pod
+++ b/Porting/epigraphs.pod
@@ -17,6 +17,16 @@ Consult your favorite dictionary for details.
 
 =head1 EPIGRAPHS
 
+=head2 v5.25.11 - Daniel Kahneman, Thinking, Fast and Slow
+
+  Subjective confidence in a judgment is not a reasoned evaluation of
+  the probability that this judgment is correct. Confidence is a
+  feeling, which reflects the coherence of the information and the
+  cognitive ease of processing it. It is wise to take admissions of
+  uncertainty seriously, but declarations of high confidence mainly
+  tell you that an individual has constructed a coherent story in his
+  mind, not necessarily that the story is true.
+
 =head2 v5.25.10 - Erich Fried, 1968
 
 L<Announced on 2017-02-20 by Renee 
Bäcker|https://www.nntp.perl.org/group/perl.perl5.porters/2017/02/msg243173.html>
diff --git a/Porting/release_schedule.pod b/Porting/release_schedule.pod
index 1cadc5e66e..81389f09f3 100644
--- a/Porting/release_schedule.pod
+++ b/Porting/release_schedule.pod
@@ -63,7 +63,7 @@ you should reset the version numbers to the next blead series.
   2016-12-20  5.25.8 ✓        Sawyer X
   2017-01-20  5.25.9 ✓        Abigail
   2017-02-20  5.25.10 ✓       Renée Bäcker
-  2017-03-20  5.25.11         Sawyer X
+  2017-03-20  5.25.11 ✓       Sawyer X
 
 (RC0 for 5.26.0 will be released once we think that all the blockers have been
 addressed.  This typically means some time in April or May.)
diff --git a/Porting/todo.pod b/Porting/todo.pod
index 7c64626eec..6493d48cc9 100644
--- a/Porting/todo.pod
+++ b/Porting/todo.pod
@@ -485,7 +485,7 @@ Natively 64-bit systems need neither -Duse64bitint nor 
-Duse64bitall.
 On these systems, it might be the default compilation mode, and there
 is currently no guarantee that passing no use64bitall option to the
 Configure process will build a 32bit perl. Implementing -Duse32bit*
-options would be nice for perl 5.25.11.
+options would be nice for perl 5.26.0.
 
 =head2 Profile Perl - am I hot or not?
 
@@ -1205,7 +1205,7 @@ 
L<http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2013-01/msg00339.html>
 =head1 Big projects
 
 Tasks that will get your name mentioned in the description of the "Highlights
-of 5.25.11"
+of 5.26.0"
 
 =head2 make ithreads more robust
 
diff --git a/README.haiku b/README.haiku
index 9882115846..3f148a4f19 100644
--- a/README.haiku
+++ b/README.haiku
@@ -22,9 +22,9 @@ The build procedure is completely standard:
 Make perl executable and create a symlink for libperl:
 
   chmod a+x /boot/common/bin/perl
-  cd /boot/common/lib; ln -s perl5/5.25.11/BePC-haiku/CORE/libperl.so .
+  cd /boot/common/lib; ln -s perl5/5.26.0/BePC-haiku/CORE/libperl.so .
 
-Replace C<5.25.11> with your respective version of Perl.
+Replace C<5.26.0> with your respective version of Perl.
 
 =head1 KNOWN PROBLEMS
 
diff --git a/README.macosx b/README.macosx
index c24f300cdb..c5faf042ea 100644
--- a/README.macosx
+++ b/README.macosx
@@ -10,9 +10,9 @@ perlmacosx - Perl under Mac OS X
 
 This document briefly describes Perl under Mac OS X.
 
-  curl -O http://www.cpan.org/src/perl-5.25.11.tar.gz
-  tar -xzf perl-5.25.11.tar.gz
-  cd perl-5.25.11
+  curl -O http://www.cpan.org/src/perl-5.26.0.tar.gz
+  tar -xzf perl-5.26.0.tar.gz
+  cd perl-5.26.0
   ./Configure -des -Dprefix=/usr/local/
   make
   make test
@@ -20,7 +20,7 @@ This document briefly describes Perl under Mac OS X.
 
 =head1 DESCRIPTION
 
-The latest Perl release (5.25.11 as of this writing) builds without changes
+The latest Perl release (5.26.0 as of this writing) builds without changes
 under all versions of Mac OS X from 10.3 "Panther" onwards. 
 
 In order to build your own version of Perl you will need 'make',
diff --git a/README.os2 b/README.os2
index 06d3264d7f..8e3c2df3cf 100644
--- a/README.os2
+++ b/README.os2
@@ -619,7 +619,7 @@ C<set PERLLIB_PREFIX> in F<Config.sys>, see 
L</"C<PERLLIB_PREFIX>">.
 
 =item Additional Perl modules
 
-  unzip perl_ste.zip -d f:/perllib/lib/site_perl/5.25.11/
+  unzip perl_ste.zip -d f:/perllib/lib/site_perl/5.26.0/
 
 Same remark as above applies.  Additionally, if this directory is not
 one of directories on @INC (and @INC is influenced by C<PERLLIB_PREFIX>), you
diff --git a/README.vms b/README.vms
index d5fc80148c..714bbaf91e 100644
--- a/README.vms
+++ b/README.vms
@@ -142,11 +142,11 @@ You may need to set up a foreign symbol for the unpacking 
utility of
 choice.  Once you have done so, use a command like the following to
 unpack the archive:
 
-    vmstar -xvf perl-5^.25^.11.tar
+    vmstar -xvf perl-5^.26^.0.tar
 
 Then set default to the top-level source directory like so:
 
-    set default [.perl-5^.25^.11]
+    set default [.perl-5^.26^.0]
 
 and proceed with configuration as described in the next section.
 
diff --git a/README.win32 b/README.win32
index 0e891fc17b..9845bd0a1d 100644
--- a/README.win32
+++ b/README.win32
@@ -393,7 +393,7 @@ Be sure to read the instructions near the top of the 
makefiles carefully.
 Type "dmake" (or "nmake" if you are using that make).
 
 This should build everything.  Specifically, it will create perl.exe,
-perl525.dll at the perl toplevel, and various other extension dll's
+perl526.dll at the perl toplevel, and various other extension dll's
 under the lib\auto directory.  If the build fails for any reason, make
 sure you have done the previous steps correctly.
 
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index 8264867d5f..981160c26b 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,3 +1,6 @@
+5.20170420
+  - Updated for v5.26.0
+
 5.20170320
   - Updated for v5.25.11
 
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm 
b/dist/Module-CoreList/lib/Module/CoreList.pm
index 72fae63bbb..b22a9d0348 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -3,7 +3,7 @@ use strict;
 use vars qw/$VERSION %released %version %families %upstream
            %bug_tracker %deprecated %delta/;
 use version;
-$VERSION = '5.20170320';
+$VERSION = '5.20170420';
 
 sub _undelta {
     my ($delta) = @_;
@@ -319,6 +319,7 @@ sub changes_between {
     5.025009 => '2017-01-20',
     5.025010 => '2017-02-20',
     5.025011 => '2017-03-20',
+    5.026000 => '????-??-??',
   );
 
 for my $version ( sort { $a <=> $b } keys %released ) {
@@ -14074,6 +14075,17 @@ for my $version ( sort { $a <=> $b } keys %released ) {
         removed => {
         }
     },
+    5.026000 => {
+        delta_from => 5.025011,
+        changed => {
+            'Config'                => '5.026',
+            'Module::CoreList'      => '5.20170420',
+            'Module::CoreList::TieHashDelta'=> '5.20170420',
+            'Module::CoreList::Utils'=> '5.20170420',
+        },
+        removed => {
+        }
+    },
 );
 
 sub is_core
@@ -14819,6 +14831,13 @@ sub is_core
         removed => {
         }
     },
+    5.026000 => {
+        delta_from => 5.025011,
+        changed => {
+        },
+        removed => {
+        }
+    },
 );
 
 %deprecated = _undelta(\%deprecated);
diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm 
b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
index 24867e2c97..1a96e55039 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
@@ -3,7 +3,7 @@ package Module::CoreList::TieHashDelta;
 use strict;
 use vars qw($VERSION);
 
-$VERSION = '5.20170230';
+$VERSION = '5.20170420';
 
 sub TIEHASH {
     my ($class, $changed, $removed, $parent) = @_;
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm 
b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index be3c26c3a4..6cdcea76f8 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -5,7 +5,7 @@ use warnings;
 use vars qw[$VERSION %utilities];
 use Module::CoreList;
 
-$VERSION = '5.20170320';
+$VERSION = '5.20170420';
 
 sub utilities {
     my $perl = shift;
@@ -1249,6 +1249,13 @@ my %delta = (
         removed => {
         }
     },
+    5.026000 => {
+        delta_from => 5.025011,
+        changed => {
+        },
+        removed => {
+        }
+    },
 );
 
 %utilities = Module::CoreList::_undelta(\%delta);
diff --git a/hints/catamount.sh b/hints/catamount.sh
index af93cf8fbd..d682a84223 100644
--- a/hints/catamount.sh
+++ b/hints/catamount.sh
@@ -31,11 +31,11 @@
 # mkdir -p /opt/perl-catamount
 # mkdir -p /opt/perl-catamount/include
 # mkdir -p /opt/perl-catamount/lib
-# mkdir -p /opt/perl-catamount/lib/perl5/5.25.11
+# mkdir -p /opt/perl-catamount/lib/perl5/5.26.0
 # mkdir -p /opt/perl-catamount/bin
 # cp *.h /opt/perl-catamount/include
 # cp libperl.a /opt/perl-catamount/lib
-# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.25.11
+# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.26.0
 # cp miniperl perl run.sh cc.sh /opt/perl-catamount/lib
 #
 # With the headers and the libperl.a you can embed Perl to your Catamount
diff --git a/lib/B/Op_private.pm b/lib/B/Op_private.pm
index 9c44cc13d3..6b6edc88bd 100644
--- a/lib/B/Op_private.pm
+++ b/lib/B/Op_private.pm
@@ -118,7 +118,7 @@ package B::Op_private;
 our %bits;
 
 
-our $VERSION = "5.025011";
+our $VERSION = "5.026000";
 
 $bits{$_}{3} = 'OPpENTERSUB_AMPER' for qw(entersub rv2cv);
 $bits{$_}{6} = 'OPpENTERSUB_DB' for qw(entersub rv2cv);
diff --git a/patchlevel.h b/patchlevel.h
index 988d83a314..6cacfde0c4 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -14,8 +14,8 @@
  * exactly on the third column */
 
 #define PERL_REVISION  5               /* age */
-#define PERL_VERSION   25              /* epoch */
-#define PERL_SUBVERSION        11              /* generation */
+#define PERL_VERSION   26              /* epoch */
+#define PERL_SUBVERSION        0               /* generation */
 
 /* The following numbers describe the earliest compatible version of
    Perl ("compatibility" here being defined as sufficient binary/API
@@ -35,8 +35,8 @@
    changing them should not be necessary.
 */
 #define PERL_API_REVISION      5
-#define PERL_API_VERSION       25
-#define PERL_API_SUBVERSION    11
+#define PERL_API_VERSION       26
+#define PERL_API_SUBVERSION    0
 /*
    XXX Note:  The selection of non-default Configure options, such
    as -Duselonglong may invalidate these settings.  Currently, Configure
diff --git a/plan9/config.plan9 b/plan9/config.plan9
index 7fb0251336..e1a0005274 100644
--- a/plan9/config.plan9
+++ b/plan9/config.plan9
@@ -3329,8 +3329,8 @@
  *     This symbol contains the ~name expanded version of PRIVLIB, to be used
  *     in programs that are not prepared to deal with ~ expansion at run-time.
  */
-#define PRIVLIB "/sys/lib/perl/5.25.11"                /**/
-#define PRIVLIB_EXP "/sys/lib/perl/5.25.11"            /**/
+#define PRIVLIB "/sys/lib/perl/5.26.0"         /**/
+#define PRIVLIB_EXP "/sys/lib/perl/5.26.0"             /**/
 
 /* PTRSIZE:
  *     This symbol contains the size of a pointer, so that the C preprocessor
@@ -3457,9 +3457,9 @@
  *     removed.  The elements in inc_version_list (inc_version_list.U) can
  *     be tacked onto this variable to generate a list of directories to 
search.
  */
-#define SITELIB "/sys/lib/perl/5.25.11/site_perl"              /**/
-#define SITELIB_EXP "/sys/lib/perl/5.25.11/site_perl"          /**/
-#define SITELIB_STEM "/sys/lib/perl/5.25.11/site_perl"         /**/
+#define SITELIB "/sys/lib/perl/5.26.0/site_perl"               /**/
+#define SITELIB_EXP "/sys/lib/perl/5.26.0/site_perl"           /**/
+#define SITELIB_STEM "/sys/lib/perl/5.26.0/site_perl"          /**/
 
 /* Size_t_size:
  *     This symbol holds the size of a Size_t in bytes.
diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample
index b4809b62a5..6983c59f4f 100644
--- a/plan9/config_sh.sample
+++ b/plan9/config_sh.sample
@@ -32,12 +32,12 @@ alignbytes='4'
 ansi2knr=''
 aphostname='/bin/uname -n'
 api_revision='5'
-api_subversion='11'
-api_version='25'
-api_versionstring='5.25.11'
+api_subversion='0'
+api_version='26'
+api_versionstring='5.26.0'
 ar='ar'
-archlib='/sys/lib/perl5/5.25.11/386'
-archlibexp='/sys/lib/perl5/5.25.11/386'
+archlib='/sys/lib/perl5/5.26.0/386'
+archlibexp='/sys/lib/perl5/5.26.0/386'
 archname64=''
 archname='386'
 archobjs=''
@@ -820,17 +820,17 @@ inc_version_list=' '
 inc_version_list_init='0'
 incpath=''
 inews=''
-installarchlib='/sys/lib/perl/5.25.11/386'
+installarchlib='/sys/lib/perl/5.26.0/386'
 installbin='/usr/bin'
 installman1dir='/sys/man/1pub'
 installman3dir='/sys/man/2pub'
 installprefix='/usr'
 installprefixexp='/usr'
-installprivlib='/sys/lib/perl/5.25.11'
+installprivlib='/sys/lib/perl/5.26.0'
 installscript='/usr/bin'
-installsitearch='/sys/lib/perl/5.25.11/site_perl/386'
+installsitearch='/sys/lib/perl/5.26.0/site_perl/386'
 installsitebin='/usr/bin'
-installsitelib='/sys/lib/perl/5.25.11/site_perl'
+installsitelib='/sys/lib/perl/5.26.0/site_perl'
 installstyle='lib/perl5'
 installusrbinperl='undef'
 installvendorarch=''
@@ -955,8 +955,8 @@ pmake=''
 pr=''
 prefix='/usr'
 prefixexp='/usr'
-privlib='/sys/lib/perl/5.25.11'
-privlibexp='/sys/lib/perl/5.25.11'
+privlib='/sys/lib/perl/5.26.0'
+privlibexp='/sys/lib/perl/5.26.0'
 procselfexe=''
 prototype='define'
 ptrsize='4'
@@ -1021,13 +1021,13 @@ sig_num='0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 
19 20 21 22 23 24 25 26
 sig_num_init='0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 
18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 
38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, ... [7 chars truncated]
 sig_size='50'
 signal_t='void'
-sitearch='/sys/lib/perl/5.25.11/site_perl/386'
+sitearch='/sys/lib/perl/5.26.0/site_perl/386'
 sitearchexp='/sys/lib/perl/site_perl/386'
 sitebin='/usr/bin'
 sitebinexp='/usr/bin'
-sitelib='/sys/lib/perl/5.25.11/site_perl'
-sitelib_stem='/sys/lib/perl/5.25.11/site_perl'
-sitelibexp='/sys/lib/perl/5.25.11/site_perl'
+sitelib='/sys/lib/perl/5.26.0/site_perl'
+sitelib_stem='/sys/lib/perl/5.26.0/site_perl'
+sitelibexp='/sys/lib/perl/5.26.0/site_perl'
 siteprefix='/usr'
 siteprefixexp='/usr'
 sizesize='4'
@@ -1060,7 +1060,7 @@ stdio_stream_array=''
 strerror_r_proto='0'
 strings='/sys/include/ape/string.h'
 submit=''
-subversion='11'
+subversion='0'
 sysman='/sys/man/1pub'
 tail=''
 tar=''
@@ -1142,8 +1142,8 @@ vendorlib_stem=''
 vendorlibexp=''
 vendorprefix=''
 vendorprefixexp=''
-version='5.25.11'
-version_patchlevel_string='version 25 subversion 11'
+version='5.26.0'
+version_patchlevel_string='version 26 subversion 0'
 versiononly='undef'
 vi=''
 xlibpth=''
@@ -1156,10 +1156,10 @@ config_arg0='./Configure'
 config_args=''
 config_argc=0
 PERL_REVISION=5
-PERL_VERSION=25
-PERL_SUBVERSION=11
+PERL_VERSION=26
+PERL_SUBVERSION=0
 PERL_API_REVISION=5
-PERL_API_VERSION=25
-PERL_API_SUBVERSION=11
+PERL_API_VERSION=26
+PERL_API_SUBVERSION=0
 PERL_PATCHLEVEL=
 PERL_CONFIG_SH=true
diff --git a/pod/.gitignore b/pod/.gitignore
index 153a5786dd..c172130729 100644
--- a/pod/.gitignore
+++ b/pod/.gitignore
@@ -50,7 +50,7 @@
 /roffitall
 
 # generated
-/perl52511delta.pod
+/perl52512delta.pod
 /perlapi.pod
 /perlintern.pod
 /perlmodlib.pod
diff --git a/pod/perl.pod b/pod/perl.pod
index fd0ba4f288..152b08251e 100644
--- a/pod/perl.pod
+++ b/pod/perl.pod
@@ -181,6 +181,7 @@ aux h2ph h2xs perlbug pl2pm pod2html pod2man splain xsubpp
 
     perlhist           Perl history records
     perldelta          Perl changes since previous version
+    perl52511delta     Perl changes in version 5.25.11
     perl52510delta     Perl changes in version 5.25.10
     perl5259delta      Perl changes in version 5.25.9
     perl5258delta      Perl changes in version 5.25.8
diff --git a/pod/perldelta.pod b/pod/perl52511delta.pod
similarity index 99%
copy from pod/perldelta.pod
copy to pod/perl52511delta.pod
index 50180898b9..5deac54ff4 100644
--- a/pod/perldelta.pod
+++ b/pod/perl52511delta.pod
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-perldelta - what is new for perl v5.25.11
+perl52511delta - what is new for perl v5.25.11
 
 =head1 DESCRIPTION
 
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 50180898b9..b189b65191 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -2,174 +2,388 @@
 
 =head1 NAME
 
-perldelta - what is new for perl v5.25.11
+[ this is a template for a new perldelta file.  Any text flagged as XXX needs
+to be processed before release. ]
+
+perldelta - what is new for perl v5.25.12
 
 =head1 DESCRIPTION
 
-This document describes differences between the 5.25.10 release and the 5.25.11
+This document describes differences between the 5.25.11 release and the 5.25.12
 release.
 
-If you are upgrading from an earlier release such as 5.25.9, first read
-L<perl52510delta>, which describes differences between 5.25.9 and 5.25.10.
+If you are upgrading from an earlier release such as 5.25.10, first read
+L<perl52511delta>, which describes differences between 5.25.10 and 5.25.11.
 
 =head1 Notice
 
-This release includes two important updates:
+XXX Any important notices here
 
-=over 4
+=head1 Core Enhancements
+
+XXX New core language features go here.  Summarize user-visible core language
+enhancements.  Particularly prominent performance optimisations could go
+here, but most should go in the L</Performance Enhancements> section.
+
+[ List each enhancement as a =head2 entry ]
+
+=head1 Security
+
+XXX Any security-related notices go here.  In particular, any security
+vulnerabilities closed should be noted here rather than in the
+L</Selected Bug Fixes> section.
+
+[ List each security issue as a =head2 entry ]
+
+=head1 Incompatible Changes
+
+XXX For a release on a stable branch, this section aspires to be:
+
+    There are no changes intentionally incompatible with 5.XXX.XXX
+    If any exist, they are bugs, and we request that you submit a
+    report.  See L</Reporting Bugs> below.
+
+[ List each incompatible change as a =head2 entry ]
+
+=head1 Deprecations
+
+XXX Any deprecated features, syntax, modules etc. should be listed here.
+
+=head2 Module removals
+
+XXX Remove this section if inapplicable.
+
+The following modules will be removed from the core distribution in a
+future release, and will at that time need to be installed from CPAN.
+Distributions on CPAN which require these modules will need to list them as
+prerequisites.
+
+The core versions of these modules will now issue C<"deprecated">-category
+warnings to alert you to this fact.  To silence these deprecation warnings,
+install the modules in question from CPAN.
 
-=item * Turning on the removal of C<.> in C<@INC>
+Note that these are (with rare exceptions) fine modules that you are encouraged
+to continue to use.  Their disinclusion from core primarily hinges on their
+necessity to bootstrapping a fully functional, CPAN-capable Perl installation,
+not usually on concerns over their design.
 
-=item * Providing a warning when C<do> is used on a file in C<.>
+=over
+
+=item XXX
+
+XXX Note that deprecated modules should be listed here even if they are listed
+as an updated module in the L</Modules and Pragmata> section.
 
 =back
 
-=head1 Security
+[ List each other deprecation as a =head2 entry ]
+
+=head1 Performance Enhancements
+
+XXX Changes which enhance performance without changing behaviour go here.
+There may well be none in a stable release.
+
+[ List each enhancement as a =item entry ]
+
+=over 4
+
+=item *
 
-=head2 Remove current dir (C<.>) from C<@INC>
+XXX
 
-For security reasons, C<@INC> no longer contains the default directory
-(C<.>).
+=back
 
 =head1 Modules and Pragmata
 
-=head2 Updated Modules and Pragmata
+XXX All changes to installed files in F<cpan/>, F<dist/>, F<ext/> and F<lib/>
+go here.  If Module::CoreList is updated, generate an initial draft of the
+following sections using F<Porting/corelist-perldelta.pl>.  A paragraph summary
+for important changes should then be added by hand.  In an ideal world,
+dual-life modules would have a F<Changes> file that could be cribbed.
+
+[ Within each section, list entries as a =item entry ]
+
+=head2 New Modules and Pragmata
 
 =over 4
 
 =item *
 
-L<Compress::Raw::Bzip2> has been upgraded from version 2.070 to 2.074.
+XXX
 
-=item *
+=back
+
+=head2 Updated Modules and Pragmata
 
-L<Compress::Raw::Zlib> has been upgraded from version 2.070 to 2.074.
+=over 4
 
 =item *
 
-L<Config::Perl::V> has been upgraded from version 0.27 to 0.28.
+L<XXX> has been upgraded from version A.xx to B.yy.
 
 =item *
 
-L<ExtUtils::ParseXS> has been upgraded from version 3.33 to 3.34.
+L<Module::CoreList> has been upgraded from version 5.20170320 to
+5.20170420.
 
-=item *
+=back
 
-L<ExtUtils::Typemaps> has been upgraded from version 3.33 to 3.34.
+=head2 Removed Modules and Pragmata
+
+=over 4
 
 =item *
 
-L<File::Spec> has been upgraded from version 3.66 to 3.67.
+XXX
+
+=back
+
+=head1 Documentation
+
+XXX Changes to files in F<pod/> go here.  Consider grouping entries by
+file and be sure to link to the appropriate page, e.g. L<perlfunc>.
+
+=head2 New Documentation
+
+XXX Changes which create B<new> files in F<pod/> go here.
+
+=head3 L<XXX>
+
+XXX Description of the purpose of the new file here
+
+=head2 Changes to Existing Documentation
+
+XXX Changes which significantly change existing files in F<pod/> go here.
+However, any changes to F<pod/perldiag.pod> should go in the L</Diagnostics>
+section.
+
+=head3 L<XXX>
+
+=over 4
 
 =item *
 
-L<Module::CoreList> has been upgraded from version 5.20170220 to 5.20170320.
+XXX Description of the change here
+
+=back
+
+=head1 Diagnostics
+
+The following additions or changes have been made to diagnostic output,
+including warnings and fatal error messages.  For the complete list of
+diagnostic messages, see L<perldiag>.
+
+XXX New or changed warnings emitted by the core's C<C> code go here.  Also
+include any changes in L<perldiag> that reconcile it to the C<C> code.
+
+=head2 New Diagnostics
+
+XXX Newly added diagnostic messages go under here, separated into New Errors
+and New Warnings
+
+=head3 New Errors
+
+=over 4
 
 =item *
 
-L<Pod::Perldoc> has been upgraded from version 3.27 to 3.28.
+XXX L<message|perldiag/"message">
+
+=back
+
+=head3 New Warnings
+
+=over 4
 
 =item *
 
-L<Test::Harness> has been upgraded from version 3.36_01 to 3.38.
+XXX L<message|perldiag/"message">
+
+=back
+
+=head2 Changes to Existing Diagnostics
+
+XXX Changes (i.e. rewording) of diagnostic messages go here
+
+=over 4
 
 =item *
 
-L<threads> has been upgraded from version 2.13 to 2.15.
+XXX Describe change here
+
+=back
+
+=head1 Utility Changes
+
+XXX Changes to installed programs such as F<perlbug> and F<xsubpp> go here.
+Most of these are built within the directory F<utils>.
+
+[ List utility changes as a =head2 entry for each utility and =item
+entries for each change
+Use L<XXX> with program names to get proper documentation linking. ]
+
+=head2 L<XXX>
+
+=over 4
 
 =item *
 
-L<threads::shared> has been upgraded from version 1.54 to 1.55.
+XXX
+
+=back
+
+=head1 Configuration and Compilation
+
+XXX Changes to F<Configure>, F<installperl>, F<installman>, and analogous tools
+go here.  Any other changes to the Perl build process should be listed here.
+However, any platform-specific changes should be listed in the
+L</Platform Support> section, instead.
+
+[ List changes as a =item entry ].
+
+=over 4
 
 =item *
 
-L<VMS::Stdio> has been upgraded from version 2.42 to 2.41.
+XXX
 
 =back
 
-=head1 Diagnostics
+=head1 Testing
 
-=head2 New Diagnostics
+XXX Any significant changes to the testing of a freshly built perl should be
+listed here.  Changes which create B<new> files in F<t/> go here as do any
+large changes to the testing harness (e.g. when parallel testing was added).
+Changes to existing files in F<t/> aren't worth summarizing, although the bugs
+that they represent may be covered elsewhere.
 
-=head3 New Warnings
+[ List each test improvement as a =item entry ]
 
 =over 4
 
 =item *
 
-Since C<.> is removed from C<@INC>, C<do> will now trigger a warning
-recommending on fixing the C<do> statement.
+XXX
+
+=back
+
+=head1 Platform Support
+
+XXX Any changes to platform support should be listed in the sections below.
+
+[ Within the sections, list each platform as a =item entry with specific
+changes as paragraphs below it. ]
 
-L<do "%s" failed, '.' is no longer in @INC|perldiag/"do "%s" failed, '.' is no 
longer in @INC">
+=head2 New Platforms
+
+XXX List any platforms that this version of perl compiles on, that previous
+versions did not.  These will either be enabled by new files in the F<hints/>
+directories, or new subdirectories and F<README> files at the top level of the
+source tree.
+
+=over 4
+
+=item XXX-some-platform
+
+XXX
 
 =back
 
-=head1 Configuration and Compilation
+=head2 Discontinued Platforms
+
+XXX List any platforms that this version of perl no longer compiles on.
+
+=over 4
+
+=item XXX-some-platform
+
+XXX
+
+=back
+
+=head2 Platform-Specific Notes
+
+XXX List any changes for specific platforms.  This could include configuration
+and compilation changes or changes in portability/compatibility.  However,
+changes within modules for platforms should generally be listed in the
+L</Modules and Pragmata> section.
+
+=over 4
+
+=item XXX-some-platform
+
+XXX
+
+=back
+
+=head1 Internal Changes
+
+XXX Changes which affect the interface available to C<XS> code go here.  Other
+significant internal changes for future core maintainers should be noted as
+well.
+
+[ List each change as a =item entry ]
 
 =over 4
 
 =item *
 
-C<DEFAULT_INC_EXCLUDES_DOT> has been turned on as default.
+XXX
 
 =back
 
 =head1 Selected Bug Fixes
 
+XXX Important bug fixes in the core language are summarized here.  Bug fixes in
+files in F<ext/> and F<lib/> are best summarized in L</Modules and Pragmata>.
+
+[ List each fix as a =item entry ]
+
 =over 4
 
 =item *
 
-C< $-{$name} > would leak an C<AV> on each access if the regular
-expression had no named captures.  The same applies to access to any
-hash tied with L<Tie::Hash::NamedCapture> and C<< all =E<gt> 1 >>. [perl
-#130822]
+XXX
 
 =back
 
-=head1 Obituary
+=head1 Known Problems
 
-It is with great sadness we note that Kip Hampton passed away. Probably
-best known as the author of the Perl & XML column on XML.com, he was a
-core contributor to AxKit, ab XML server platform that became an Apache
-Foundation project. He was a frequent speaker in the early days at
-OSCON, and most recently at YAPC::NA in Madison. He was frequently on
-irc.perl.org as `ubu`, generally in the #axkit-dahut community, the
-group responsible for YAPC::NA Asheville in 2011.
+XXX Descriptions of platform agnostic bugs we know we can't fix go here.  Any
+tests that had to be C<TODO>ed for the release would be noted here.  Unfixed
+platform specific bugs also go here.
 
-Kip and his constant contributions to the community will be greatly missed.
+[ List each fix as a =item entry ]
 
-=head1 Acknowledgements
+=over 4
 
+=item *
 
-Perl 5.25.11 represents approximately 4 weeks of development since Perl 5.25.10
-and contains approximately 4,900 lines of changes across 240 files from 21
-authors.
+XXX
 
-Excluding auto-generated files, documentation and release tools, there were
-approximately 2,200 lines of changes to 170 .pm, .t, .c and .h files.
+=back
 
-Perl continues to flourish into its third decade thanks to a vibrant community
-of users and developers. The following people are known to have contributed the
-improvements that became Perl 5.25.11:
+=head1 Errata From Previous Releases
 
-Aaron Crane, Andy Lester, Chris 'BinGOs' Williams, Craig A. Berry, Dave Cross,
-David Golden, David Mitchell, Dominic Hargreaves, H.Merijn Brand, Hugo van der
-Sanden, James E Keenan, Jarkko Hietaniemi, Jerry D. Hedden, Karl Williamson,
-Leon Timmermans, Matthew Horsfall, Renee Baecker, Sawyer X, Shlomi Fish, Steve
-Hay, Tony Cook.
+=over 4
 
-The list above is almost certainly incomplete as it is automatically generated
-from version control history. In particular, it does not include the names of
-the (very much appreciated) contributors who reported issues to the Perl bug
-tracker.
+=item *
+
+XXX Add anything here that we forgot to add, or were mistaken about, in
+the perldelta of a previous release.
+
+=back
+
+=head1 Obituary
+
+XXX If any significant core contributor has died, we've added a short obituary
+here.
+
+=head1 Acknowledgements
 
-Many of the changes included in this version originated in the CPAN modules
-included in Perl's core. We're grateful to the entire CPAN community for
-helping Perl to flourish.
+XXX Generate this with:
 
-For a more complete list of all of Perl's historical contributors, please see
-the F<AUTHORS> file in the Perl source distribution.
+  perl Porting/acknowledgements.pl v5.25.5..HEAD
 
 =head1 Reporting Bugs
 
diff --git a/uconfig.h b/uconfig.h
index 562c6366fd..6832f6f73d 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -1398,8 +1398,8 @@
  *     This symbol contains the ~name expanded version of ARCHLIB, to be used
  *     in programs that are not prepared to deal with ~ expansion at run-time.
  */
-/*#define ARCHLIB "/usr/local/lib/perl5/5.25/unknown"          / **/
-/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.25/unknown"              / **/
+/*#define ARCHLIB "/usr/local/lib/perl5/5.26/unknown"          / **/
+/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.26/unknown"              / **/
 
 /* BIN:
  *     This symbol holds the path of the bin directory where the package will
@@ -1452,8 +1452,8 @@
  *     This symbol contains the ~name expanded version of PRIVLIB, to be used
  *     in programs that are not prepared to deal with ~ expansion at run-time.
  */
-#define PRIVLIB "/usr/local/lib/perl5/5.25"            /**/
-#define PRIVLIB_EXP "/usr/local/lib/perl5/5.25"                /**/
+#define PRIVLIB "/usr/local/lib/perl5/5.26"            /**/
+#define PRIVLIB_EXP "/usr/local/lib/perl5/5.26"                /**/
 
 /* SITEARCH:
  *     This symbol contains the name of the private library for this package.
@@ -1470,8 +1470,8 @@
  *     This symbol contains the ~name expanded version of SITEARCH, to be used
  *     in programs that are not prepared to deal with ~ expansion at run-time.
  */
-/*#define SITEARCH "/usr/local/lib/perl5/5.25/unknown"         / **/
-/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.25/unknown"             / **/
+/*#define SITEARCH "/usr/local/lib/perl5/5.26/unknown"         / **/
+/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.26/unknown"             / **/
 
 /* SITELIB:
  *     This symbol contains the name of the private library for this package.
@@ -1493,8 +1493,8 @@
  *     removed.  The elements in inc_version_list (inc_version_list.U) can
  *     be tacked onto this variable to generate a list of directories to 
search.
  */
-#define SITELIB "/usr/local/lib/perl5/5.25"            /**/
-#define SITELIB_EXP "/usr/local/lib/perl5/5.25"                /**/
+#define SITELIB "/usr/local/lib/perl5/5.26"            /**/
+#define SITELIB_EXP "/usr/local/lib/perl5/5.26"                /**/
 #define SITELIB_STEM "/usr/local/lib/perl5"            /**/
 
 /* PERL_VENDORARCH:
@@ -5355,5 +5355,5 @@
 
 /* Generated from:
  * a0cea6273c16c1c5d8625665c84bda01926ce960c26873d4e5596b5b02a53e92 config_h.SH
- * 11b88f5ce6ae96a83aed1222d95e35af447da4e7b7ac21d5956040f3fcf942ab uconfig.sh
+ * b1c042726e6a17692921b6947c4e7c196c5c0cee011667ba719b15af7c31e669 uconfig.sh
  * ex: set ro: */
diff --git a/uconfig.sh b/uconfig.sh
index 177cf520f2..fb72d5c8c8 100644
--- a/uconfig.sh
+++ b/uconfig.sh
@@ -6,8 +6,8 @@ afs='false'
 afsroot='/afs'
 alignbytes='4'
 aphostname='/bin/hostname'
-archlib='/usr/local/lib/perl5/5.25/unknown'
-archlibexp='/usr/local/lib/perl5/5.25/unknown'
+archlib='/usr/local/lib/perl5/5.26/unknown'
+archlibexp='/usr/local/lib/perl5/5.26/unknown'
 archname='unknown'
 asctime_r_proto='0'
 bin='/usr/local/bin'
@@ -782,8 +782,8 @@ package='perl5'
 perl_static_inline='static'
 phostname='hostname'
 pidtype=int
-privlib='/usr/local/lib/perl5/5.25'
-privlibexp='/usr/local/lib/perl5/5.25'
+privlib='/usr/local/lib/perl5/5.26'
+privlibexp='/usr/local/lib/perl5/5.26'
 procselfexe=''
 prototype='undef'
 ptrsize='4'
@@ -833,11 +833,11 @@ sig_name_init='0'
 sig_num_init='0'
 sig_size='1'
 signal_t=int
-sitearch='/usr/local/lib/perl5/5.25/unknown'
-sitearchexp='/usr/local/lib/perl5/5.25/unknown'
-sitelib='/usr/local/lib/perl5/5.25'
+sitearch='/usr/local/lib/perl5/5.26/unknown'
+sitearchexp='/usr/local/lib/perl5/5.26/unknown'
+sitelib='/usr/local/lib/perl5/5.26'
 sitelib_stem='/usr/local/lib/perl5'
-sitelibexp='/usr/local/lib/perl5/5.25'
+sitelibexp='/usr/local/lib/perl5/5.26'
 sizesize=4
 sizetype='size_t'
 socksizetype='int'
diff --git a/uconfig64.sh b/uconfig64.sh
index 6655ea072b..5021e98b91 100644
--- a/uconfig64.sh
+++ b/uconfig64.sh
@@ -7,8 +7,8 @@ afsroot='/afs'
 alignbytes='8'
 ansi2knr=''
 aphostname='/bin/hostname'
-archlib='/usr/local/lib/perl5/5.25/unknown'
-archlibexp='/usr/local/lib/perl5/5.25/unknown'
+archlib='/usr/local/lib/perl5/5.26/unknown'
+archlibexp='/usr/local/lib/perl5/5.26/unknown'
 archname='unknown64'
 asctime_r_proto='0'
 bin='/usr/local/bin'
@@ -783,8 +783,8 @@ package='perl5'
 perl_static_inline='static'
 phostname='hostname'
 pidtype=int
-privlib='/usr/local/lib/perl5/5.25'
-privlibexp='/usr/local/lib/perl5/5.25'
+privlib='/usr/local/lib/perl5/5.26'
+privlibexp='/usr/local/lib/perl5/5.26'
 procselfexe=''
 prototype='undef'
 ptrsize='8'
@@ -834,11 +834,11 @@ sig_name_init='0'
 sig_num_init='0'
 sig_size='1'
 signal_t=int
-sitearch='/usr/local/lib/perl5/5.25/unknown'
-sitearchexp='/usr/local/lib/perl5/5.25/unknown'
-sitelib='/usr/local/lib/perl5/5.25'
+sitearch='/usr/local/lib/perl5/5.26/unknown'
+sitearchexp='/usr/local/lib/perl5/5.26/unknown'
+sitelib='/usr/local/lib/perl5/5.26'
 sitelib_stem='/usr/local/lib/perl5'
-sitelibexp='/usr/local/lib/perl5/5.25'
+sitelibexp='/usr/local/lib/perl5/5.26'
 sizesize=4
 sizetype='size_t'
 socksizetype='int'
diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template
index 42b5b57c88..1b5f0c6ada 100644
--- a/vms/descrip_mms.template
+++ b/vms/descrip_mms.template
@@ -307,7 +307,7 @@ utils : $(utils1) $(utils2) $(utils3) $(utils4) $(utils5)
 extra.pods : miniperl
        @ @extra_pods.com
 
-PERLDELTA_CURRENT = [.pod]perl52511delta.pod
+PERLDELTA_CURRENT = [.pod]perl52512delta.pod
 
 $(PERLDELTA_CURRENT) : [.pod]perldelta.pod
        Copy/NoConfirm/Log $(MMS$SOURCE) $(PERLDELTA_CURRENT)
diff --git a/win32/GNUmakefile b/win32/GNUmakefile
index c5374ef8a0..f29cbae446 100644
--- a/win32/GNUmakefile
+++ b/win32/GNUmakefile
@@ -6,7 +6,7 @@
 #      Windows SDK 64-bit compiler and tools
 #
 # This is set up to build a perl.exe that runs off a shared library
-# (perl525.dll).  Also makes individual DLLs for the XS extensions.
+# (perl526.dll).  Also makes individual DLLs for the XS extensions.
 #
 # The easiest way to customize the build process is to use parameters like 
this:
 #
@@ -63,7 +63,7 @@ INST_TOP := $(INST_DRV)\perl
 # versioned installation can be obtained by setting INST_TOP above to a
 # path that includes an arbitrary version string.
 #
-#INST_VER      := \5.25.11
+#INST_VER      := \5.26.0
 
 #
 # Comment this out if you DON'T want your perl installation to have
@@ -227,7 +227,7 @@ DEFAULT_INC_EXCLUDES_DOT := define
 # set this to additionally provide a statically linked perl-static.exe.
 # Note that dynamic loading will not work with this perl, so you must
 # include required modules statically using the STATIC_EXT or ALL_STATIC
-# variables below. A static library perl525s.lib will also be created.
+# variables below. A static library perl526s.lib will also be created.
 # Ordinary perl.exe is not affected by this option.
 #
 #BUILD_STATIC  := define
@@ -926,9 +926,9 @@ ifeq ($(CCTYPE),GCC)
 
 CFGSH_TMPL     = config.gc
 CFGH_TMPL      = config_H.gc
-PERLIMPLIB     = $(COREDIR)\libperl525$(a)
-PERLIMPLIBBASE = libperl525$(a)
-PERLSTATICLIB  = ..\libperl525s$(a)
+PERLIMPLIB     = $(COREDIR)\libperl526$(a)
+PERLIMPLIBBASE = libperl526$(a)
+PERLSTATICLIB  = ..\libperl526s$(a)
 INT64          = long long
 
 else
@@ -941,11 +941,11 @@ endif
 
 # makedef.pl must be updated if this changes, and this should normally
 # only change when there is an incompatible revision of the public API.
-PERLIMPLIB     ?= $(COREDIR)\perl525$(a)
-PERLIMPLIBBASE ?= perl525$(a)
-PERLEXPLIB     ?= $(COREDIR)\perl525.exp
-PERLSTATICLIB  ?= ..\perl525s$(a)
-PERLDLL                = ..\perl525.dll
+PERLIMPLIB     ?= $(COREDIR)\perl526$(a)
+PERLIMPLIBBASE ?= perl526$(a)
+PERLEXPLIB     ?= $(COREDIR)\perl526.exp
+PERLSTATICLIB  ?= ..\perl526s$(a)
+PERLDLL                = ..\perl526.dll
 
 # don't let "gmake -n all" try to run "miniperl.exe make_ext.pl"
 PLMAKE         = gmake
@@ -1637,7 +1637,7 @@ utils: $(HAVEMINIPERL) ..\utils\Makefile
        copy ..\README.tw       ..\pod\perltw.pod
        copy ..\README.vos      ..\pod\perlvos.pod
        copy ..\README.win32    ..\pod\perlwin32.pod
-       copy ..\pod\perldelta.pod ..\pod\perl52511delta.pod
+       copy ..\pod\perldelta.pod ..\pod\perl52512delta.pod
        $(MINIPERL) -I..\lib $(PL2BAT) $(UTILS)
        $(MINIPERL) -I..\lib ..\autodoc.pl ..
        $(MINIPERL) -I..\lib ..\pod\perlmodlib.PL -q ..
@@ -1734,7 +1734,7 @@ distclean: realclean
        -if exist $(LIBDIR)\Win32API rmdir /s /q $(LIBDIR)\Win32API
        -if exist $(LIBDIR)\XS rmdir /s /q $(LIBDIR)\XS
        -cd $(PODDIR) && del /f *.html *.bat roffitall \
-           perl52511delta.pod perlaix.pod perlamiga.pod perlandroid.pod \
+           perl52512delta.pod perlaix.pod perlamiga.pod perlandroid.pod \
            perlapi.pod perlbs2000.pod perlce.pod perlcn.pod perlcygwin.pod \
            perldos.pod perlfreebsd.pod perlhaiku.pod perlhpux.pod \
            perlhurd.pod perlintern.pod perlirix.pod perljp.pod perlko.pod \
diff --git a/win32/Makefile b/win32/Makefile
index 1fa2bfe515..04229333ad 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -5,7 +5,7 @@
 #      Windows SDK 64-bit compiler and tools
 #
 # This is set up to build a perl.exe that runs off a shared library
-# (perl525.dll).  Also makes individual DLLs for the XS extensions.
+# (perl526.dll).  Also makes individual DLLs for the XS extensions.
 #
 
 ##
@@ -38,7 +38,7 @@ INST_TOP      = $(INST_DRV)\perl
 # versioned installation can be obtained by setting INST_TOP above to a
 # path that includes an arbitrary version string.
 #
-#INST_VER      = \5.25.11
+#INST_VER      = \5.26.0
 
 #
 # Comment this out if you DON'T want your perl installation to have
@@ -202,7 +202,7 @@ CCTYPE              = MSVC60
 # set this to additionally provide a statically linked perl-static.exe.
 # Note that dynamic loading will not work with this perl, so you must
 # include required modules statically using the STATIC_EXT or ALL_STATIC
-# variables below. A static library perl525s.lib will also be created.
+# variables below. A static library perl526s.lib will also be created.
 # Ordinary perl.exe is not affected by this option.
 #
 #BUILD_STATIC  = define
@@ -665,9 +665,9 @@ $(o).dll:
 
 # makedef.pl must be updated if this changes, and this should normally
 # only change when there is an incompatible revision of the public API.
-PERLIMPLIB     = ..\perl525.lib
-PERLSTATICLIB  = ..\perl525s.lib
-PERLDLL                = ..\perl525.dll
+PERLIMPLIB     = ..\perl526.lib
+PERLSTATICLIB  = ..\perl526s.lib
+PERLDLL                = ..\perl526.dll
 
 MINIPERL       = ..\miniperl.exe
 MINIDIR                = .\mini
@@ -1260,7 +1260,7 @@ utils: $(PERLEXE) ..\utils\Makefile
        copy ..\README.tw       ..\pod\perltw.pod
        copy ..\README.vos      ..\pod\perlvos.pod
        copy ..\README.win32    ..\pod\perlwin32.pod
-       copy ..\pod\perldelta.pod ..\pod\perl52511delta.pod
+       copy ..\pod\perldelta.pod ..\pod\perl52512delta.pod
        cd ..\win32
        $(PERLEXE) $(PL2BAT) $(UTILS)
        $(MINIPERL) -I..\lib ..\autodoc.pl ..
@@ -1359,7 +1359,7 @@ distclean: realclean
        -if exist $(LIBDIR)\Win32API rmdir /s /q $(LIBDIR)\Win32API
        -if exist $(LIBDIR)\XS rmdir /s /q $(LIBDIR)\XS
        -cd $(PODDIR) && del /f *.html *.bat roffitall \
-           perl52511delta.pod perlaix.pod perlamiga.pod perlandroid.pod \
+           perl52512delta.pod perlaix.pod perlamiga.pod perlandroid.pod \
            perlapi.pod perlbs2000.pod perlce.pod perlcn.pod perlcygwin.pod \
            perldos.pod perlfreebsd.pod perlhaiku.pod perlhpux.pod \
            perlhurd.pod perlintern.pod perlirix.pod perljp.pod perlko.pod \
diff --git a/win32/Makefile.ce b/win32/Makefile.ce
index 38419a59a5..03168c99e8 100644
--- a/win32/Makefile.ce
+++ b/win32/Makefile.ce
@@ -5,7 +5,7 @@
 #
 
 SRCDIR     = ..
-PV         = 525
+PV         = 526
 
 # INSTALL_ROOT specifies a path where this perl will be installed on CE device
 INSTALL_ROOT=/netzwerk/sprache/perl
diff --git a/win32/makefile.mk b/win32/makefile.mk
index aceda12c26..062b9be8fe 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -6,7 +6,7 @@
 #      Windows SDK 64-bit compiler and tools
 #
 # This is set up to build a perl.exe that runs off a shared library
-# (perl525.dll).  Also makes individual DLLs for the XS extensions.
+# (perl526.dll).  Also makes individual DLLs for the XS extensions.
 #
 
 ##
@@ -44,7 +44,7 @@ INST_TOP      *= $(INST_DRV)\perl
 # versioned installation can be obtained by setting INST_TOP above to a
 # path that includes an arbitrary version string.
 #
-#INST_VER      *= \5.25.11
+#INST_VER      *= \5.26.0
 
 #
 # Comment this out if you DON'T want your perl installation to have
@@ -222,7 +222,7 @@ DEFAULT_INC_EXCLUDES_DOT *= define
 # set this to additionally provide a statically linked perl-static.exe.
 # Note that dynamic loading will not work with this perl, so you must
 # include required modules statically using the STATIC_EXT or ALL_STATIC
-# variables below. A static library perl525s.lib will also be created.
+# variables below. A static library perl526s.lib will also be created.
 # Ordinary perl.exe is not affected by this option.
 #
 #BUILD_STATIC  *= define
@@ -897,8 +897,8 @@ UTILS               =                       \
 
 CFGSH_TMPL     = config.gc
 CFGH_TMPL      = config_H.gc
-PERLIMPLIB     = $(COREDIR)\libperl525$(a)
-PERLSTATICLIB  = ..\libperl525s$(a)
+PERLIMPLIB     = $(COREDIR)\libperl526$(a)
+PERLSTATICLIB  = ..\libperl526s$(a)
 INT64          = long long
 
 .ELSE
@@ -911,10 +911,10 @@ INT64             = __int64
 
 # makedef.pl must be updated if this changes, and this should normally
 # only change when there is an incompatible revision of the public API.
-PERLIMPLIB     *= $(COREDIR)\perl525$(a)
-PERLEXPLIB     *= $(COREDIR)\perl525.exp
-PERLSTATICLIB  *= ..\perl525s$(a)
-PERLDLL                = ..\perl525.dll
+PERLIMPLIB     *= $(COREDIR)\perl526$(a)
+PERLEXPLIB     *= $(COREDIR)\perl526.exp
+PERLSTATICLIB  *= ..\perl526s$(a)
+PERLDLL                = ..\perl526.dll
 
 #EUMM on Win32 isn't ready for parallel make, so only allow this file to be 
parallel
 #$(MAKE) will contain the -P that this makefile was called with, which is bad 
for
@@ -1574,7 +1574,7 @@ utils: $(HAVEMINIPERL) ..\utils\Makefile
        copy ..\README.tw       ..\pod\perltw.pod
        copy ..\README.vos      ..\pod\perlvos.pod
        copy ..\README.win32    ..\pod\perlwin32.pod
-       copy ..\pod\perldelta.pod ..\pod\perl52511delta.pod
+       copy ..\pod\perldelta.pod ..\pod\perl52512delta.pod
        $(MINIPERL) -I..\lib $(PL2BAT) $(UTILS)
        $(MINIPERL) -I..\lib ..\autodoc.pl ..
        $(MINIPERL) -I..\lib ..\pod\perlmodlib.PL -q ..
@@ -1672,7 +1672,7 @@ distclean: realclean
        -if exist $(LIBDIR)\Win32API rmdir /s /q $(LIBDIR)\Win32API
        -if exist $(LIBDIR)\XS rmdir /s /q $(LIBDIR)\XS
        -cd $(PODDIR) && del /f *.html *.bat roffitall \
-           perl52511delta.pod perlaix.pod perlamiga.pod perlandroid.pod \
+           perl52512delta.pod perlaix.pod perlamiga.pod perlandroid.pod \
            perlapi.pod perlbs2000.pod perlce.pod perlcn.pod perlcygwin.pod \
            perldos.pod perlfreebsd.pod perlhaiku.pod perlhpux.pod \
            perlhurd.pod perlintern.pod perlirix.pod perljp.pod perlko.pod \
diff --git a/win32/pod.mak b/win32/pod.mak
index 3735fe4155..f055c2157e 100644
--- a/win32/pod.mak
+++ b/win32/pod.mak
@@ -49,6 +49,7 @@ POD = perl.pod        \
        perl5250delta.pod       \
        perl52510delta.pod      \
        perl52511delta.pod      \
+       perl52512delta.pod      \
        perl5251delta.pod       \
        perl5252delta.pod       \
        perl5253delta.pod       \
@@ -202,6 +203,7 @@ MAN = perl.man      \
        perl5250delta.man       \
        perl52510delta.man      \
**** PATCH TRUNCATED AT 2000 LINES -- 21 NOT SHOWN ****

--
Perl5 Master Repository

Reply via email to