Jump to letter: [
          
            3ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        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.228-2.fc21.noarch
              [13 KiB] | Changelog
              by Fedora Release Engineering (2014-06-07): - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild |