DOKK / manpages / debian 12 / libalzabo-perl / Alzabo::Utils.3pm.en
Alzabo::Utils(3pm) User Contributed Perl Documentation Alzabo::Utils(3pm)

Alzabo::SQLMaker - Utility functions for other Alzabo modules

  use Alzabo::Utils;
  if ( Alzabo::Utils::safe_can( $maybe_obj, 'method' ) { }
  if ( Alzabo::Utils::safe_isa( $maybe_obj, 'Class' ) { }

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

Dave Rolsky, <dave@urth.org>

2022-06-14 perl v5.34.0