Fedora 13 Update: perl-parent-0.223-3.fc13

updates at fedoraproject.org updates at fedoraproject.org
Fri Apr 9 21:07:23 UTC 2010


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2010-5690
2010-04-01 19:18:56
--------------------------------------------------------------------------------

Name        : perl-parent
Product     : Fedora 13
Version     : 0.223
Release     : 3.fc13
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:

Use the latest version of this module from CPAN rather than perl core.
--------------------------------------------------------------------------------

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