Name : perl-Data-Inherited
| |
Version : 1.60.0
| Vendor : Mandriva
|
Release : 1mdv2010.0
| Date : 2009-09-17 19:08:33
|
Group : Development/Perl
| Source RPM : perl-Data-Inherited-1.60.0-1mdv2010.0.src.rpm
|
Size : 0.02 MB
| |
Packager : Jérôme Quelin < jquelin_mandriva_org>
| |
Summary : Hierarchy-wide accumulation of list and hash results
|
Description :
NEXT.pm adds a pseudoclass named \'NEXT\' to any program that uses it. If a method \'m\' calls \'$self-\'NEXT::m()>, the call to \'m\' is redispatched as if the calling method had not originally been found.
In other words, a call to \'$self-\'NEXT::m()> resumes the depth-first, left-to-right search of \'$self\'\'s class hierarchy that resulted in the original call to \'m\'.
Note that this is not the same thing as \'$self-\'SUPER::m()>, which begins a new dispatch that is restricted to searching the ancestors of the current class. \'$self-\'NEXT::m()> can backtrack past the current class -- to look for a suitable method in other ancestors of \'$self\' -- whereas \'$self-\'SUPER::m()> cannot.
|
RPM found in directory: /vol/rzm6/linux-mandriva/official/2010.0/i586/media/contrib/release |