perl5
perl5 copied to clipboard
🐪 The Perl programming language
Module: Module::Corelist **Description** Module::CoreList mentions Pod::Functions::Functions, but there's no such module and there never has been. See https://www.perlmonks.org/?node_id=11145693 for the initial report. **Steps to Reproduce** Run: corelist Pod::Functions::Functions Output: Data...
This is a proposed solution to #19022 This adds a hook that is run early in `PERL_SYS_TERM` to terminate global resources, and uses it to destroy the shared interpreter in...
Migrated from [rt.perl.org#133141](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=133141) (status was 'open') Searchable as RT133141$
Noticed when attempting to build with `-Accflags='-DPERL_NO_COW'` $ ./Configure -des -Dusedevel -Accflags='-DPERL_NO_COW' $ make -j8 miniperl ... ./miniperl -Ilib -f write_buildcustomize.pl makefile:363: recipe for target 'lib/buildcustomize.pl' failed make: *** [lib/buildcustomize.pl]...
**Where** Storable **Description** When running Storable::freeze on some structure, I got the following error, which is completely unhelpful and undocumented: "Unexpected object type (8) in store_hook()" I think it is...
**Preliminary note** In a conversation with @demerphq a while ago it was observed that s/^...// is no longer optimized with 'recent' perls. I've decided to take a look at why...
This commit changes utf8_length to read the input a word at a time. The current method of looking per character is retained for shorter strings. The per-word method yields significant...
This incorporates changes from https://github.com/msys2/MSYS2-packages/blob/master/perl/perl.cygwin-Win32.patch into Perl. I've split up the PR into several commits to make reviewing easier hopefully. Also, hopefully, bisecting a problem points more closely to the...
This is an attempt at #17813 I tested performance with a simple mandelbrot set generator (on my old CPU): ``` tony@mars:.../git/perl2$ time ./perl -Ilib ../mandel.pl real 0m25.752s user 0m25.612s sys...