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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/ISA/
H A Dtest.pl35 my @path = Class::ISA::super_path('Food::Fishstick');
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DISA.pm32 join(", ", Class::ISA::super_path('Food::Fishstick')),
63 =item the function Class::ISA::super_path($CLASS)
73 Just like C<super_path>, except that $CLASS is included as the first
84 and super_path will be used for. You are strongly advised to read the
115 @supers = Class::Tree::super_path($class);
119 @supers = (Class::Tree::super_path($class), 'UNIVERSAL');
170 sub super_path { subroutine

Completed in 25 milliseconds