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

Commit dd6966a

Browse files
committed
inline: add to corelist
1 parent 2ddbc74 commit dd6966a

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.git-rr-cache

Submodule .git-rr-cache updated 56 files

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

+1
Original file line numberDiff line numberDiff line change
@@ -18947,6 +18947,7 @@ our %delta :const = (
1894718947
'File::Spec::VMS' => '3.78',
1894818948
'File::Spec::Win32' => '4.78c',
1894918949
'File::Temp' => '0.2309',
18950+
'inline' => '0.01',
1895018951
'IO::Compress::Adapter::Bzip2'=> '2.086',
1895118952
'IO::Compress::Adapter::Deflate'=> '2.086',
1895218953
'IO::Compress::Adapter::Identity'=> '2.086',

pod/perlcdelta.pod

+4-4
Original file line numberDiff line numberDiff line change
@@ -551,15 +551,15 @@ release manager will have to investigate the situation carefully.)
551551

552552
ffi helpers and ffi types.
553553

554-
=item L<hashiter>
554+
=item L<hashiter> 0.02
555555

556-
Allow hash iterators changing keys for back-compat.
556+
pragma to allow hash iterators changing keys for back-compat.
557557
See L</Protected hash iterators>.
558558

559559
=item L<inline> 0.01
560560

561-
Yet unused pragma to disable internal function inlining optimizer, via
562-
C<no inline;>
561+
Yet unused pragma to disable the internal function inlining optimizer,
562+
via C<no inline;>
563563

564564
=item L<YAML::Safe> 0.80
565565

0 commit comments

Comments
 (0)