summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2019-11-14 08:02:34 +1100
committerKarl Williamson <khw@cpan.org>2019-12-04 06:21:45 -0800
commitd88d17cb816e67443b483345763ab404d4b1f7a4 (patch)
treedacacee03c58b946c5d6cab51d59cf4921852961 /MANIFEST
parente849841dca2a8b11119997585f795647c52cdcdf (diff)
downloadperl-d88d17cb816e67443b483345763ab404d4b1f7a4.tar.gz
move the implementation of %-, %+ into core
Previousl this could cause problems during minitest. Fixes #17293
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 0 insertions, 1 deletions
diff --git a/MANIFEST b/MANIFEST
index 4849ed7687..52f683b6bd 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4363,7 +4363,6 @@ ext/Sys-Hostname/Hostname.pm Sys::Hostname extension Perl module
ext/Sys-Hostname/Hostname.xs Sys::Hostname extension external subroutines
ext/Sys-Hostname/t/Hostname.t See if Sys::Hostname works
ext/Tie-Hash-NamedCapture/NamedCapture.pm Implements %- and %+ behaviour
-ext/Tie-Hash-NamedCapture/NamedCapture.xs Implements %- and %+ behaviour
ext/Tie-Hash-NamedCapture/t/tiehash.t Tests TIEHASH
ext/Tie-Memoize/lib/Tie/Memoize.pm Base class for memoized tied hashes
ext/Tie-Memoize/t/Tie-Memoize.t Test for Tie::Memoize