This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make pad names always UTF8
[perl5.git] / ext / XS-APItest / t / mro.t
index 42dd661..3385913 100644 (file)
@@ -6,7 +6,7 @@ use Test::More;
 plan tests => 1;
 
 use mro;
-mro::set_mro(AA => 'justinc');
+mro::set_mro(AA => 'justisa');
 
 @AA::ISA = qw "BB CC";