This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move List::Util from ext/ to cpan/
[perl5.git] / cpan / List-Util / t / p_reftype.t
CommitLineData
cf083cf9
GB
1#!./perl
2
3# force perl-only version to be tested
4984adac 4$List::Util::TESTING_PERL_ONLY = $List::Util::TESTING_PERL_ONLY = 1;
cf083cf9
GB
5
6(my $f = __FILE__) =~ s/p_//;
7c09933c 7do $f; die $@ if $@;