Fedora 18 Update: perl-parent-0.225-243.fc18

updates at fedoraproject.org updates at fedoraproject.org
Tue May 21 08:47:10 UTC 2013


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2013-7131
2013-05-01 03:02:50
--------------------------------------------------------------------------------

Name        : perl-parent
Product     : Fedora 18
Version     : 0.225
Release     : 243.fc18
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:

Adjust release numbers to allow smooth upgrade from Fedora 18 to 19.
--------------------------------------------------------------------------------
ChangeLog:

* Tue Apr 30 2013 Petr Pisar <ppisar at redhat.com> - 1:0.225-243
- Increase release number to supersede perl sub-package (bug #957931)
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #957931 - perl-Carp-1.26-242.fc18.noarch remains following fedup f18 --> f19 upgrade
        https://bugzilla.redhat.com/show_bug.cgi?id=957931
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  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 Project 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 package-announce mailing list