Jump to letter: [
234ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-parent - Establish an ISA relationship with base classes at compile time
- Description:
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);
}
Packages
perl-parent-0.225-6.el5.noarch
[10 KiB] |
Changelog
by Paul Howarth (2012-02-07):
- Reinstate compatibility with old distributions like EL-5
- Add back buildroot definition and cleaning
- Use DESTDIR rather than PERL_INSTALL_ROOT
- Make %files list more explicit
- Drop redundant %{?perl_default_filter}
- Don't use macros for commands
- Use tabs
|