blead
B::Deparse: make tests pass with spaces in $^X
Prefer scalar assignment to get caller's first return value
do not count tests, instead use done_testing()
DBM_Filter/t - Use a private temporary directory for tests
openbsd: ensure we link to the built libperl.a, not the system libperl.a
File/Copy.pm: Copy file tags on z/OS
Tidy lib/Getopt/Std.t
various tests: replace BEGIN/require/import by use
Tie::SubstrHash - Add strict & warnings
Enable signatures and switch to explicit :prototype syntax
Add Unicode 17.0
feature/unicode_strings.t: Generalize to work on non-ASCII platforms
Revert "switch removal: remove smartmatch"
Simplified test per Tony Cook recommendation
'use 5.41' affects current line source::encoding
Fix l1_char_class_tab.h for EBCDIC
bump versions for warnings and warnings::register
cpan/Getopt-Long - Update to version 2.57
Update AnyDBM_File's documentation to avoid use POSIX;
Benchmark: don't import Time::HiRes::time; we don't use it
Benchmark.t - sanity check for a broken times()
document CORE::__CLASS__ as non-ampable
Config.pm - add taint_disabled and taint_support to %Config
DB: fix typo in documentation
use is_deeply instead of eq_ Test::More functions
[DBM_Filter] do not look like it contains documentation of Tie::Hash
commit c93f220 failed to update DirHandle's $VERSION.
remove indirect calls to import() method
remove duplicated OS_ERROR/ERRNO lines from English.pm
[doc] Update FileHandle synopsis
add Internals::stack_refcounted()
Remove :win32 PerlIO layer
Modernise SelectSaver
Modernise & improve SelectSaver.t coverage
Fix enough code to get make test_prep working with -dDusedefaultstrict
lib/Thread.pm: Fix typo
fix typo in UNIVERSAL: s/invocand/invocant/g
Modernise charnames (and _charnames)
Replace multiple 'use vars' by 'our' in lib
Split out the parts of lib/builtin.t that require -T into a separate file
better suggestions for builtin::trim equivalence (Resolves #23212)
S_check_alt_hash_fields_hekify - hekified numbers retain valid IV/NVs
Modernise & simplify bytes.pm
add tests that when we import more than one script, we look for letters in those scripts in the specified order
improve diagnostics of dbm_filter_util.pl by using Data::Dumper::qquote
deprecate: bump $VERSION to 0.04
[POD] `diagnostics.pm`: Remove indirect syntax
diagnostics.pm; Enhance to accept nested lists
lib/dumpvar.pl: replace 'while .. each' with 'for'
Regenerate for 5.45.0
t/lib/common.pl can use caller to infer the name of the pragma under test.
Fix various minor pod issues
Switch most open() calls to three-argument form.
tests: make a bunch pass with spaces in path
Increase $integer::VERSION to 1.01
catch the one $class instance missed in less.pm
Implement source::encoding
lib/locale.t: No longer need higher failure % on os390
locale_threads.t: Reenable DragonFly testing
Remove use of experimental regex sets warnings
lib/meta_notation: Fix so C1 controls are escaped
Make use open :std push layers without any munging
Modernise overloading pragma a little
perl5db.pl: Fix regex in cmd_a allowing short actions
Do not fail on minimized systems
Don't test if PATHs are wrapped
lib/sigtrap.pm: Documentation improvements
sort: fix display of verbatim blocks by using spaces, not tabs
stop directly mutating $^H in strict::bits()
Make downgrading a `use VERSION` past v5.11 fatal
Modernise the utf8 pragma a little
Remove superfluous &utf8::AUTOLOAD
(perl #130674) don't modify $^H in vars.pm
actually load vars to test its new sideeffect
Increase $vmsish::VERSION to 1.04
Implement PPC 0026: Enhanced qr//xx
Patch unit tests to explicitly insert "." into @INC when needed.