--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2013-17082
2013-09-18 17:28:39
--------------------------------------------------------------------------------

Name        : perl-parent
Product     : Fedora 20
Version     : 0.228
Release     : 1.fc20
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:

Current upstream maintenance release.
--------------------------------------------------------------------------------

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
--------------------------------------------------------------------------------
_______________________________________________
package-announce mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-announce

Reply via email to