perl-parent - Establish an ISA relationship with base classes at compile time
Website: | http://www.perl.org/ |
---|---|
License: | GPL+ or Artistic |
Vendor: | Fuduntu.org |
- Description:
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); }
Packages
perl-parent-0.223-147.fu14.noarch [25 KiB] |
Changelog
by Andrew Wyatt (2011-11-13):
- Built for Fuduntu |
perl-parent-0.223-147.fc14.noarch [26 KiB] |
Changelog
by Petr Pisar (2011-10-05):
- Fix CVE-2011-3597 (code injection in Digest) (bug #743010) - Fix CVE-2011-2939 (heap overflow while decoding Unicode string) (bug #731246) |
perl-parent-0.223-136.fc14.noarch [24 KiB] |
Changelog
by Petr Pisar (2010-10-08):
- Sub-package threads (bug #622190) |
perl-parent-0.223-4.fc14.noarch [12 KiB] |
Changelog
by Marcela Maslanova (2010-05-04):
- Mass rebuild with perl-5.12.0 |