This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8.c: EBCDIC fix
[perl5.git] / ext / XS-APItest / t / pmflag.t
1 #!perl
2 use strict;
3 use Test::More 'tests' => 2;
4
5 ok(!eval q{use XS::APItest 'pmflag'; 1}, "Perl_pmflag\(\) removed");
6 like($@, qr{\Wpmflag\W\s+is\s+not\s+exported\b}, "pmflag not exported");
7