| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: perl-parent | Distribution: OpenMandriva Lx |
| Version: 0.244 | Vendor: OpenMandriva |
| Release: 33 | Build date: Wed Dec 17 21:52:43 2025 |
| Group: Unspecified | Build host: c64-2.openmandriva.org |
| Size: 0 | Source RPM: perl-5.42.0-33.src.rpm |
| Packager: bero <bero@lindev.ch> | |
| Url: https://www.perl.org/ | |
| Summary: Establish an ISA relationship with base classes at compile time | |
parent 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 @ISA, qw(Foo Bar);
}
GPL+ or Artistic
/usr/share/man/man3/parent.3pm.zst /usr/share/perl5/parent.pm
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Dec 20 22:03:24 2025