--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2016-a57faf9fc4
2016-10-12 18:57:22.703968
--------------------------------------------------------------------------------

Name        : perl-parent
Product     : Fedora 25
Version     : 0.236
Release     : 1.fc25
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 https://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 -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org

Reply via email to