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

package ReEntrancyTest;

use strict;
use vars qw($wohoo $foo);

use Pod::Constants -debug => 1, -trim => 1, foobar => \$wohoo;

=head1 foobar

Re-entrancy works!

=cut

1;