Fedora EPEL 5 Update: perl-parent-0.225-6.el5

updates at fedoraproject.org updates at fedoraproject.org
Thu Feb 23 23:03:38 UTC 2012


--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2012-0382
2012-02-08 20:05:08
--------------------------------------------------------------------------------

Name        : perl-parent
Product     : Fedora EPEL 5
Version     : 0.225
Release     : 6.el5
URL         : http://search.cpan.org/dist/parent/
Summary     : 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);
	}

--------------------------------------------------------------------------------
Update Information:

This is the first EPEL-5 release of perl-parent.
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #448867 - Review Request: perl-parent - Establish an ISA relationship with base classes at compile time
        https://bugzilla.redhat.com/show_bug.cgi?id=448867
--------------------------------------------------------------------------------

This update can be installed with the "yum" update programs.  Use
su -c 'yum update perl-parent' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora EPEL GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the epel-package-announce mailing list