Package perl-Safe-Isa: Information

    Source package: perl-Safe-Isa
    Version: 1.000005-alt1_5
    Build time:  Mar 8, 2016, 11:11 AM in the task #161001
    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.

    List of rpms provided by this srpm:
    perl-Safe-Isa (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

      1. perl(Scalar/Util.pm)
      2. perl(Test/More.pm)
      3. perl(autodie.pm)
      4. perl(strict.pm)
      5. perl(warnings.pm)
      6. perl-devel
      7. perl-podlators
      8. rpm-build-perl
      9. perl
      10. perl(Exporter.pm)
      11. perl(ExtUtils/MakeMaker.pm)

    Last changed


    March 7, 2016 Igor Vlasenko 1.000005-alt1_5
    - update to new release by fcimport
    Sept. 20, 2015 Igor Vlasenko 1.000005-alt1_4
    - update to new release by fcimport
    Oct. 27, 2014 Igor Vlasenko 1.000005-alt1_1
    - update to new release by fcimport