Lines Matching full:through
27 is(F->b, "UTF8 meth", "If the method is in UTF-8, lookup works through explicitly named methods");
32 is(F->b, "UTF8 Stash", "If the stash is in UTF-8, lookup works through explicitly named methods");
37 is(F->b, "UTF8 Stash&meth", "If both stash and method are in UTF-8, lookup works through explicitly…
106 like( Føø::Bær::new("Føø::Bær"), qr/Føø::Bær=HASH/u, 'Can access new directly through a UTF-8 packa…
107 like( Føø::Bær->new, qr/Føø::Bær=HASH/u, 'Can access new as a method through a UTF-8 package.' );
108 like( Føø::Bær::nèw("Føø::Bær"), qr/Føø::Bær=HASH/u, 'Can access nèw directly through a UTF-8 packa…
109 like( Føø::Bær->nèw, qr/Føø::Bær=HASH/u, 'Can access nèw as a method through a UTF-8 package.' );
121 … "Can access \$new_ascii, [$new_ascii], stored in a scalar, as a method, through a UTF-8 package."…
122 … "Can access \$new_latin, [$new_latin], stored in a scalar, as a method, through a UTF-8 package."…
123 …u, "Can access \$new_utf8, [$new_utf8], stored in a scalar, as a method, through a UTF-8 package."…
128 "Can't access [$newoct], stored in a scalar, as a method through a UTF-8 package." );
132 like( nèw Føø::Bær, qr/Føø::Bær=HASH/u, "Can access [nèw] as a method through a UTF-8 indirect obje…