Fedora 20 Update: perl-Coro-6.32-1.fc20

updates at fedoraproject.org updates at fedoraproject.org
Tue Nov 12 00:43:11 UTC 2013


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2013-20768
2013-11-06 17:57:21
--------------------------------------------------------------------------------

Name        : perl-Coro
Product     : Fedora 20
Version     : 6.32
Release     : 1.fc20
URL         : http://search.cpan.org/dist/Coro/
Summary     : The only real threads in perl
Description :
This module collection manages continuations in general, most often in the
form of cooperative threads (also called coros, or simply "coro" in the
documentation). They are similar to kernel threads but don't (in general) run
in parallel at the same time even on SMP machines. The specific flavor of
thread offered by this module also guarantees you that it will not switch
between threads unless necessary, at easily-identified points in your
program, so locking and parallel access are rarely an issue, making thread
programming much safer and easier than using other thread models.

--------------------------------------------------------------------------------
Update Information:

This release fixes possible NULL pointer derefence with Perl 5.18.
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #1027095 - perl-Coro-6.32 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=1027095
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use 
su -c 'yum update perl-Coro' 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