Fedora 16 Update: perl-parent-0.225-4.fc16

updates at fedoraproject.org updates at fedoraproject.org
Sun Aug 28 05:45:10 UTC 2011


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2011-11061
2011-08-17 20:20:49
--------------------------------------------------------------------------------

Name        : perl-parent
Product     : Fedora 16
Version     : 0.225
Release     : 4.fc16
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 package will be installed into vendor, so debug files shouldn't conflict with perl-debuginfos. parent is provided by perl package, but also as dual life package.
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #573929 - Review Request: perl-Compress-Raw-Zlib - Low-Level Interface to zlib compression library
        https://bugzilla.redhat.com/show_bug.cgi?id=573929
--------------------------------------------------------------------------------

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