This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
APItest/t/utf8_warn_base.pl: Move some tests in the file
[perl5.git] / ext / XS-APItest / APItest_BS
1 #
2 # test that non-empty .bs files get executed
3
4 $bscode = <<'EOF';
5 $::bs_file_got_executed = 1;
6 EOF
7