libclass-isa-perl_0.36-1_i386.changes is NEW

Archive Administrator installer at ftp-master.debian.org
Mon May 3 16:02:07 UTC 2010


(new) libclass-isa-perl_0.36-1.diff.gz optional perl
(new) libclass-isa-perl_0.36-1.dsc optional perl
(new) libclass-isa-perl_0.36-1_all.deb optional perl
report the search path for a class's ISA tree
 Suppose you have a class (like Food::Fish::Fishstick) that is derived, via
 its @ISA, from one or more superclasses (as Food::Fish::Fishstick is from
 Food::Fish, Life::Fungus, and Chemicals), and some of those superclasses may
 themselves each be derived, via its @ISA, from one or more superclasses (as
 above).
 .
 When, then, you call a method in that class ($fishstick->calories), Perl
 first searches there for that method, but if it's not there, it goes
 searching in its superclasses, and so on, in a depth-first (or maybe
 "height-first" is the word) search. In the above example, it'd first look in
 Food::Fish, then Food, then Matter, then Life::Fungus, then Life, then
 Chemicals.
 .
 This library, Class::ISA, provides functions that return that list -- the
 list (in order) of names of classes Perl would search to find a method, with
 no duplicates.
(new) libclass-isa-perl_0.36.orig.tar.gz optional perl
Changes: libclass-isa-perl (0.36-1) unstable; urgency=low
 .
  * Initial Release (closes: #580058)


Override entries for your package:

Announcing to debian-devel-changes at lists.debian.org
Closing bugs: 580058 


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.



More information about the pkg-perl-maintainers mailing list