| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search | 
| Name: perl-parent | Distribution: Mageia | 
| Version: 0.238.0 | Vendor: Mageia.Org | 
| Release: 3.mga9 | Build date: Mon Mar 21 05:08:38 2022 | 
| Group: Development/Perl | Build host: localhost | 
| Size: 12250 | Source RPM: perl-parent-0.238.0-3.mga9.src.rpm | 
| Packager: umeabot <umeabot> | |
| Url: https://metacpan.org/release/parent | |
| Summary: Establish an ISA relationship with base classes at compile time | |
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);
    }
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:
GPL+ or Artistic
* Mon Mar 21 2022 umeabot <umeabot> 0.238.0-3.mga9 + Revision: 1811241 - Mageia 9 Mass Rebuild
/usr/share/doc/perl-parent /usr/share/doc/perl-parent/Changes /usr/share/doc/perl-parent/META.json /usr/share/doc/perl-parent/META.yml /usr/share/doc/perl-parent/MYMETA.yml /usr/share/man/man3/parent.3pm.xz /usr/share/perl5/vendor_perl/parent.pm
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Oct 30 07:58:41 2025