Searched refs:Baz (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dmy_stash.t14 use constant MyClass => 'Foo::Bar::Biz::Baz';
17 package Foo::Bar::Biz::Baz;
27 use constant NoClass => 'Nope::Foo::Bar::Biz::Baz';
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DAutoLoader.t154 package Baz; package
161 ::is( Baz->AUTOLOAD(), 'i am here', '... but not non-imported AUTOLOAD()' );
H A Dbase.pm173 package Baz;
181 package Baz;
H A DSelfLoader.t55 @ISA = 'Baz';
74 package Baz;
76 sub a { 'a Baz' }
77 sub b { 'b Baz' }
78 sub c { 'c Baz' }
142 # get Baz::b
143 print "not " unless $bar->b() eq 'b Baz';
146 # There is no Bar::c so we should get Baz::c
147 print "not " unless $bar->c() eq 'c Baz';
158 print "not " unless $bar->c() eq 'c Baz';
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm2846 use Math::BigInt lib => 'Bar,Baz';
2849 That would try to load Foo, Bar, Baz and Calc (in that order). Or in other
2853 Actually, the lib loading order would be "Bar,Baz,Calc", and then
2854 "Foo,Bar,Baz,Calc", but independend of which lib exists, the result is the
2856 Baz might be loaded needlessly in an intermidiate step (and thus hang around
2857 and waste memory). If neither Bar nor Baz exist (or don't work/compile), they
2865 use Math::BigInt lib => 'Bar,Baz';
2872 use Math::BigInt lib => 'Bar,Baz';
2876 Baz, depending on which of them works and is usable/loadable. Since this

Completed in 31 milliseconds