Alzabo::Utils.3pm

Langue: en

Autres versions - même langue

Version: 2008-06-10 (ubuntu - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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' ) { }
 
 

DESCRIPTION

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

AUTHOR

Dave Rolsky, <dave@urth.org>