Fedora 18 Update: perl-Safe-Isa-1.000002-1.fc18

updates at fedoraproject.org updates at fedoraproject.org
Sun Sep 23 04:57:00 UTC 2012


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2012-14003
2012-09-16 19:12:10
--------------------------------------------------------------------------------

Name        : perl-Safe-Isa
Product     : Fedora 18
Version     : 1.000002
Release     : 1.fc18
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:

New package perl-Safe-isa
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #855656 - Review Request: perl-Safe-Isa - Call isa, can, does and DOES safely on things that may not be objects
        https://bugzilla.redhat.com/show_bug.cgi?id=855656
--------------------------------------------------------------------------------

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