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

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Duniversal.t25 package Alice; package
31 $Alice::VERSION = 2.718;
57 $a = new Alice;
59 test $a->isa("Alice");
60 test $a->isa("main::Alice"); # check that alternate class names work
62 test(("main::Alice"->new)->isa("Alice"));
94 package Alice; package
124 $@ =~ /^Alice version 2.71(?:9|8999\d+) required--this is only version 2.718 at /;
143 test UNIVERSAL::isa(Alice
[all...]

Completed in 49 milliseconds