| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: perl-pragma-base | Distribution: OpenMandriva Lx |
| Version: 2.23 | Vendor: OpenMandriva |
| Release: 1 | Build date: Thu Jul 30 08:40:29 2026 |
| Group: Development/Perl | Build host: altra-2.openmandriva.org |
| Size: 0 | Source RPM: perl-pragma-base-2.23-1.src.rpm |
| Packager: bero <bero@lindev.ch> | |
| Url: https://metacpan.org/dist/base | |
| Summary: Compile-time class fields | |
Unless you are using the 'fields' pragma, consider this module discouraged
in favor of the lighter-weight 'parent'.
Allows you to both load one or more modules, while setting up inheritance
from those modules at the same time. Roughly similar in effect to
package Baz;
BEGIN {
require Foo;
require Bar;
push @ISA, qw(Foo Bar);
}
GPL+ or Artistic
/usr/share/doc/perl-pragma-base /usr/share/doc/perl-pragma-base/Changes /usr/share/man/man3/base.3pm.zst /usr/share/man/man3/fields.3pm.zst /usr/share/perl5/vendor_perl/base.pm /usr/share/perl5/vendor_perl/fields.pm
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Aug 8 22:11:13 2026