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

perl-parent-0.244.0-1.mga10 RPM for noarch

From Mageia Cauldron for i686 / media / core / release

Name: perl-parent Distribution: Mageia
Version: 0.244.0 Vendor: Mageia.Org
Release: 1.mga10 Build date: Fri Jan 31 15:57:16 2025
Group: Development/Perl Build host: localhost
Size: 13173 Source RPM: perl-parent-0.244.0-1.mga10.src.rpm
Packager: daviddavid <daviddavid>
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:

Provides

Requires

License

GPL+ or Artistic

Changelog

* Fri Jan 31 2025 daviddavid <daviddavid> 0.244.0-1.mga10
  + Revision: 2143996
  - update to 0.244

Files

/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, Sun Feb 9 12:47:07 2025