This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
APItest/t/utf8_warn_base.pl: Add a test
[perl5.git] / ext / XS-APItest / t / handy05.t
CommitLineData
934272c1
KW
1use strict;
2use warnings;
3no warnings 'once';
4
5$::TEST_CHUNK = 5;
6
7do './t/handy_base.pl';