perl-Safe-Isa - Call isa, can, does and DOES safely on things that may not be objects
Website: | http://search.cpan.org/dist/Safe-Isa/ |
---|---|
License: | GPL+ or Artistic |
Vendor: | Fedora Project |
- 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.
Packages
perl-Safe-Isa-1.000005-2.el5.noarch [10 KiB] |
Changelog
by Paul Howarth (2014-10-14):
- Add legacy spec file elements for EPEL-5 compatibility |