perl5
perl5 copied to clipboard
🐪 The Perl programming language
Migrated from [rt.perl.org#2566](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=2566) (status was 'open') Searchable as RT2566$
Module: Test-Vars **Description** Test-Vars fails to build under blead. **Steps to Reproduce** make test ``` t/07_stub_sub_bug.t ...... 1/? # Failed test 'got expected output from test_vars' # at t/07_stub_sub_bug.t line...
Migrated from [rt.perl.org#130718](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=130718) (status was 'open') Searchable as RT130718$
This isn't documented anywhere except in perlapi, in the per-macro/per-function section. A seasoned dev, will read perlguts ONCE, write code, then pass a Newx() pointer, to some 3rd party library...
-Don't open binary build products and binary C debugger related disk files these can't be parsed for POD, or are access-denied locked disk files for paused processes in C debuggers....
-document Internals::getcwd() enough, with scary warnings, for future core devs, or CPAN devs. A permanent reason for Internals::getcwd() to exist on Win32 full perl was found. See code comments. -optimize...
Revert removal of apostrophe in package names, and the deprecation of such. Put the use of apostrophe in package names in source behind a default enabled feature. This includes possible...
Hopping 0 does nothing. I thought at first this was moving to the beginning of the next character, but having read the source code, no, it does nothing. * This...
* This set of changes does not require a perldelta entry.
https://github.com/Perl/perl5/commit/8a548d15292f2166cb07a69fc5fc943391b7fba5 Removed the optimization for miniperl.exe, build speed is important for new code. Bring back the macro for miniperl.exe only. Measureable time savings for me. see commit message. --------------------------------------------------------------------------------- ???????????...