Fedora 8 Update: perl-parent-0.221-2.fc8

updates at fedoraproject.org updates at fedoraproject.org
Fri Jun 20 19:12:58 UTC 2008


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2008-5527
2008-06-20 16:51:21
--------------------------------------------------------------------------------

Name        : perl-parent
Product     : Fedora 8
Version     : 0.221
Release     : 2.fc8
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);
    }

--------------------------------------------------------------------------------

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
http://fedoraproject.org/keys
--------------------------------------------------------------------------------




More information about the Fedora-package-announce mailing list