Package perl-Safe-Isa: Information

    Binary package: perl-Safe-Isa
    Version: 1.000002-alt1_2
    Architecture: noarch
    Build time:  Feb 24, 2013, 06:09 AM
    Source package: perl-Safe-Isa
    Category: Development/Perl
    Report package bug
    License: GPL+ or Artistic
    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.

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

    Last changed


    Feb. 22, 2013 Igor Vlasenko 1.000002-alt1_2
    - update to new release by fcimport
    Sept. 25, 2012 Igor Vlasenko 1.000002-alt1_1
    - new version