Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 1af21b6

Browse files
committed
add cperl-5.26.1 release docs
1 parent ffaa3f5 commit 1af21b6

File tree

10 files changed

+611
-20
lines changed

10 files changed

+611
-20
lines changed

MANIFEST

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5157,6 +5157,7 @@ pod/perl5257delta.pod Perl changes in version 5.25.7
51575157
pod/perl5258delta.pod Perl changes in version 5.25.8
51585158
pod/perl5259delta.pod Perl changes in version 5.25.9
51595159
pod/perl5260cdelta.pod cperl changes in version 5.26.0c
5160+
pod/perl5261cdelta.pod cperl changes in version 5.26.1c
51605161
pod/perl5270cdelta.pod cperl changes in version 5.27.0c
51615162
pod/perl561delta.pod Perl changes in version 5.6.1
51625163
pod/perl56delta.pod Perl changes in version 5.6

STATUS.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ increase over time.
6666

6767
![Memory usage with unicode s///i](cperl-p1.png)
6868

69-
![Benchmarks](cperl-bench26.png)
69+
![Benchmarks](cperl-bench27.png)
7070
For all versions see [bench-all/](bench-all/index.html)
7171

7272
# In the latest stable releases are the following major features:
@@ -205,15 +205,18 @@ download the pkg installer from [http://perl11.org/osx/](http://perl11.org/osx/)
205205
## windows
206206

207207
download the self-extracting zip from [http://perl11.org/win/](http://perl11.org/win/)
208-
and install it into `C:\cperl` via the `cperl-5.26.0-win64.exe -InstallPath="C:\\cperl"` cmdline option.
208+
and install it into `C:\cperl` via the `cperl-5.26.1.3407-win32.exe -InstallPath="C:\\cperl"`
209+
cmdline option, or install the latest msvc `.zip` or mingw `.tar.xz` files.
210+
Preferred is now mingw, which works fine parallel to the current strawberry perl
211+
installation.
209212

210213
# Known bugs
211214

212215
The -d debugger fails on most signatures.
213216

214217
See the github issues: [github.com/perl11/cperl/issues](https://github.com/perl11/cperl/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
215218

216-
The following CPAN modules have no patches for 5.26.0c yet:
219+
The following CPAN modules have no patches for 5.26.1c yet:
217220

218221
* autovivification (mderef rpeep changes)
219222
* TryCatch
@@ -407,7 +410,7 @@ are limited. So they are based on master.
407410

408411
optimize space for small strings.
409412

410-
and various [hash tables refactorings]((https://github.com/perl11/cperl/issues/24):
413+
and various [hash tables refactorings](https://github.com/perl11/cperl/issues/24):
411414

412415
feature/gh24-base-hash feature/gh24-he-array feature/gh24-oldnew-hash-table
413416
featurex/gh24-array_he featurex/gh24-hash-loop featurex/gh24-hash-loop+utf8

dist/Module-CoreList/lib/Module/CoreList.pm

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,8 @@ our %released = (
344344
5.027000 => '2017-05-31',
345345
5.027001 => '2017-06-03',
346346
'5.026001c' => '2017-08-07',
347+
'5.027001c' => '2017-08-15',
347348
'5.024003c' => '????-??-??',
348-
'5.027001c' => '????-??-??',
349349
);
350350

351351
sub version_sort {
@@ -14915,7 +14915,11 @@ our %delta = (
1491514915
'Config' => '5.026',
1491614916
'Module::CoreList' => '5.20170428c',
1491714917
'Module::CoreList::Utils'=> '5.20170428c',
14918+
'Archive::Tar' => '0.26',
14919+
'Archive::Tar::File' => '0.26',
14920+
'Archive::Tar::Constant'=> '0.26',
1491814921
'B' => '1.68_07',
14922+
'B::C' => '1.55_04',
1491914923
'Cpanel::JSON::XS' => '3.0233',
1492014924
'Cwd' => '4.68c',
1492114925
'Devel::PPPort' => '3.36_02',
@@ -15081,8 +15085,9 @@ our %delta = (
1508115085
delta_from => '5.027000c',
1508215086
changed => {
1508315087
'Config' => '5.027001',
15084-
'Module::CoreList' => '5.20170714c',
15085-
'Module::CoreList::Utils'=> '5.20170714c',
15088+
'B::Op_private' => '5.027001',
15089+
'Module::CoreList' => '20170807c',
15090+
'Module::CoreList::Utils'=> '20170807c',
1508615091
'attributes' => '1.12c',
1508715092
'B' => '1.68_08',
1508815093
'B::C' => '1.55_04',

pod/perl.pod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ aux c2ph h2ph h2xs cperlbug pl2pm pod2html pod2man splain xsubpp
246246
perlcperl Perl notes for cperl (variant)
247247
perlcdelta cperl changes in version 5.27.1c since 5.27.0c
248248
perl5270cdelta cperl changes in version 5.27.0c
249+
perl5261cdelta cperl changes in version 5.26.1c
249250
perl5260cdelta cperl changes in version 5.26.0c
250251
perl5242cdelta cperl changes in version 5.24.2c
251252
perl5241cdelta cperl changes in version 5.24.1c

0 commit comments

Comments
 (0)