Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-parent-0.241-29 RPM for noarch

From OpenMandriva Cooker for riscv64 / main / release

Name: perl-parent Distribution: OpenMandriva Lx
Version: 0.241 Vendor: OpenMandriva
Release: 29 Build date: Mon Apr 29 23:56:12 2024
Group: Unspecified Build host: altra.lindev.ch
Size: 4802 Source RPM: perl-5.38.2-29.src.rpm
Url: http://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);
    }

Provides

Requires

License

GPL+ or Artistic

Files

/usr/share/man/man3/parent.3.zst
/usr/share/perl5/parent.pm


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:04:06 2024