The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package autovivification::TestRequired1;

my $x = $main::blurp->{r1_main}->{vivify};

eval 'my $y = $main::blurp->{r1_eval}->{vivify}';

1;