Name : perl-parent
| |
Version : 0.221
| Vendor : Mandriva
|
Release : 2mdv2009.0
| Date : 2008-08-08 19:47:24
|
Group : Development/Perl
| Source RPM : perl-parent-0.221-2mdv2009.0.src.rpm
|
Size : 0.01 MB
| |
Packager : Thierry Vignaud < tvignaud_mandriva_com>
| |
Summary : Establish an ISA relationship with base classes at compile time
|
Description :
Allows you to both load one or more modules, while setting up inheritance from those modules at the same time. Mostly similar in effect to
package Baz; BEGIN { require Foo; require Bar; push AATTISA, qw(Foo Bar); }
By default, every base class needs to live in a file of its own. If you want to have a subclass and its parent class in the same file, you can tell C< parent> not to load any modules by using the C< -norequire> switch:
|
RPM found in directory: /vol/rzm6/linux-mandriva/official/2009.0/i586/media/contrib/release |