perl-parent - Establish an ISA relationship with base classes at compile time
| Website: | http://search.cpan.org/dist/parent/ | 
|---|---|
| License: | GPL+ or Artistic | 
| Vendor: | Fedora Project | 
- 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.223-4.fc14.src [10 KiB] | Changelog
              by Marcela Maslanova (2010-05-04): - Mass rebuild with perl-5.12.0 |