This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix a bunch of repeated-word typos
[perl5.git] / t / mro / next_edgecases_utf8.t
index 8be8d66..0a53fab 100644 (file)
@@ -47,7 +47,7 @@ plan(tests => 12);
     object_ok($bar, 'Baɾ');
     object_ok($bar, 'ᕘ');    
     
-    # test it working with with Sub::Name
+    # test it working with Sub::Name
     SKIP: {    
         eval 'use Sub::Name';
         skip("Sub::Name is required for this test", 3) if $@;