logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Alzabo::SQLMaker - Utility functions for other Alzabo modules

Author

       Dave Rolsky, <dave@urth.org>

perl v5.34.0                                       2022-06-14                                 Alzabo::Utils(3pm)

Description

       This module contains a few utility functions for the use of other Alzabo modules.

Name

       Alzabo::SQLMaker - Utility functions for other Alzabo modules

Synopsis

         use Alzabo::Utils;

         if ( Alzabo::Utils::safe_can( $maybe_obj, 'method' ) { }

         if ( Alzabo::Utils::safe_isa( $maybe_obj, 'Class' ) { }

See Also