This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
RE: [perl #37571] -z FH broken with Borland build
[perl5.git] / ext / List / Util / t / p_reduce.t
CommitLineData
cf083cf9
GB
1#!./perl
2
3# force perl-only version to be tested
4sub List::Util::bootstrap {}
5
6(my $f = __FILE__) =~ s/p_//;
7do $f;