Lines Matching full:package

52     like ($@, qr/^\QCan't locate object method "foo" via package "E::A" at/u);
54 like ($@, qr/^\QCan't locate object method "foo" via package "E::B" at/u);
56 like ($@, qr/^\QCan't locate object method "foo" via package "E::C" (perhaps /u);
59 like ($@, qr/^\QCan't locate object method "foo" via package "E::D" (perhaps /u);
61 like ($@, qr/^\QCan't locate object method "foo" via package "E::E" (perhaps /u);
63 $e = bless {}, "E::F"; # force package to exist
65 like ($@, qr/^\QCan't locate object method "foo" via package "E::F" at/u);
67 like ($@, qr/^\QCan't locate object method "foo" via package "E::F" at/u);
71 $@ =~ /^\QCan't locate object method "boogie" via package "Foo" (perhaps /u ? 1 : $@}, 1);
101 package Føø::Bær {
106 …øø::Bær::new("Føø::Bær"), qr/Føø::Bær=HASH/u, 'Can access new directly through a UTF-8 package.' );
107 like( Føø::Bær->new, qr/Føø::Bær=HASH/u, 'Can access new as a method through a UTF-8 package.' );
108 …øø::Bær::nèw("Føø::Bær"), qr/Føø::Bær=HASH/u, 'Can access nèw directly through a UTF-8 package.' );
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 … "Can access \$new_utf8, [$new_utf8], stored in a scalar, as a method, through a UTF-8 package." );
127 like($@, qr/Can't locate object method "n${e_with_grave_escaped}w" via package "Føø::Bær"/u,
128 "Can't access [$newoct], stored in a scalar, as a method through a UTF-8 package." );
132 …:Bær, qr/Føø::Bær=HASH/u, "Can access [nèw] as a method through a UTF-8 indirect object package.");
136 like( $pkg_latin_1->new, qr/Føø::Bær=HASH/u, 'Can access new as a method when the UTF-8 package nam…
137 like( $pkg_latin_1->nèw, qr/Føø::Bær=HASH/u, 'Can access nèw as a method when the UTF-8 package nam…
139 …new_ascii, [$new_ascii], stored in a scalar, as a method, when the UTF-8 package name is also in a…
140 …new_latin, [$new_latin], stored in a scalar, as a method, when the UTF-8 package name is also in a…
141 …\$new_utf8, [$new_utf8], stored in a scalar, as a method, when the UTF-8 package name is also in a…
146 like($@, qr/Can't locate object method "n${e_with_grave_escaped}w" via package "Føø::Bær"/u,
147 …"Can't access [$newoct], stored in a scalar, as a method, when the UTF-8 package name is also in a…
154 package クラス {
170 package Foo::Bar {
174 package Foo::Bàz {
178 package ฟọ::バッズ {
188 ok(ฟọ::バッズ->new, 'parent using -norequire, in a UTF-8 package.');
195 } # autovivify the package
196 package ÿ { # without UTF8
200 "\xff::\x{100}", '$AUTOLOAD made from Latin1 package + UTF8 sub';
204 "\xdf::\x{100}", '$AUTOLOAD made from Latin1 package + UTF8 sub';
211 #DATA was being generated in the wrong package.
212 package ʑ;