Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Class-Data-Inheritable | Distribution: SUSE Linux Enterprise 15 |
Version: 0.08 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 59.24 | Build date: Fri May 25 20:13:35 2018 |
Group: Development/Libraries/Perl | Build host: sheep64 |
Size: 11021 | Source RPM: perl-Class-Data-Inheritable-0.08-59.24.src.rpm |
Packager: https://www.suse.com/ | |
Url: http://search.cpan.org/dist/Class-Data-Inheritable/ | |
Summary: Inheritable, overridable class data |
Class::Data::Inheritable is for creating accessor/mutators to class data. That is, if you want to store something about your class as a whole (instead of about a single object). This data is then inherited by your subclasses and can be overriden. For example: Pere::Ubu->mk_classdata('Suitcase'); will generate the method Suitcase() in the class Pere::Ubu. This new method can be used to get and set a piece of class data. Pere::Ubu->Suitcase('Red'); $suitcase = Pere::Ubu->Suitcase; The interesting part happens when a class inherits from Pere::Ubu: package Raygun; use base qw(Pere::Ubu); $suitcase = Raygun->Suitcase; Raygun inherits its Suitcase class data from Pere::Ubu. Inheritance of class data works analogous to method inheritance. As long as Raygun does not "override" its inherited class data (by using Suitcase() to set a new value) it will continue to use whatever is set in Pere::Ubu and inherit further changes: Pere::Ubu->Suitcase('Blue'); However, should Raygun decide to set its own Suitcase() it has now "overridden" Pere::Ubu and is on its own, just like if it had overriden a method: Raygun->Suitcase('Orange'); Now that Raygun has overridden Pere::Ubu futher changes by Pere::Ubu no longer effect Raygun. Pere::Ubu->Suitcase('Samsonite'); Authors: -------- Original code by Damian Conway. Maintained by Michael G Schwern until September 2005. Now maintained by Tony Bowden.
GPL-1.0+ or Artistic-1.0
* Fri Nov 18 2011 coolo@suse.com - use original .tar.gz * Tue Nov 30 2010 coolo@novell.com - switch to perl_requires macro * Wed Nov 24 2010 chris@computersalat.de - recreated by cpanspec 1.78 o fix deps - noarch pkg * Tue Oct 19 2010 coolo@novell.com - add perl as explicit buildrequire * Sun Jan 10 2010 jengelh@medozas.de - enable parallel build * Mon Jan 28 2008 anicka@suse.cz - update to 0.08 * Fix 'perltooc' typo in Docs * Relicense as dual AL/GPL * Wed Sep 20 2006 anicka@suse.cz - update to 0.06 * Sync the japanese docs * Thu Sep 14 2006 anicka@suse.cz - update to 0.05 * Use correct bug reporting address (Jonathan Rockway) * Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires * Tue Jan 03 2006 anicka@suse.cz - update to 0.04
/usr/lib/perl5/vendor_perl/5.26.1/Class /usr/lib/perl5/vendor_perl/5.26.1/Class/Data /usr/lib/perl5/vendor_perl/5.26.1/Class/Data/Inheritable.pm /usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi /usr/share/doc/packages/perl-Class-Data-Inheritable /usr/share/doc/packages/perl-Class-Data-Inheritable/Changes /usr/share/doc/packages/perl-Class-Data-Inheritable/README /usr/share/man/man3/Class::Data::Inheritable.3pm.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Mar 9 13:21:55 2025