Fedora 21 Update: perl-Safe-Isa-1.000005-1.fc21

updates at fedoraproject.org updates at fedoraproject.org
Sat Nov 1 17:05:52 UTC 2014


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2014-12864
2014-10-16 01:04:47
--------------------------------------------------------------------------------

Name        : perl-Safe-Isa
Product     : Fedora 21
Version     : 1.000005
Release     : 1.fc21
URL         : http://search.cpan.org/dist/Safe-Isa/
Summary     : Call isa, can, does and DOES safely on things that may not be objects
Description :
How many times have you found yourself writing:

  if ($obj->isa('Something')) {

and then shortly afterwards cursing and changing it to:

  if (Scalar::Util::blessed($obj) and $obj->isa('Something')) {

Right. That's why this module exists.

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

Current upstream maintenance release.
--------------------------------------------------------------------------------

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