${capture_code}
sub Eval::WithLexicals::Cage::grab_captures {
no warnings 'closure'; no strict 'vars';
- package Eval::WithLexicals::VarScope;!;
+ package! # hide from PAUSE
+ .q! Eval::WithLexicals::VarScope;!;
# rest is appended by Eval::WithLexicals::Util::capture_list, called
# during parsing by the BEGIN block from capture_code.
}
{
- package Eval::WithLexicals::Util;
+ package # hide from PAUSE
+ Eval::WithLexicals::Util;
use B qw(svref_2object);