debian man page for universal::object::id

Query: universal::object::id

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

UNIVERSAL::Object::ID(3pm)				User Contributed Perl Documentation				UNIVERSAL::Object::ID(3pm)

NAME
UNIVERSAL::Object::ID - Supply a unique object identifier to every object
SYNOPSIS
use DateTime; # for example use UNIVERSAL::Object::ID; my $date = DateTime->now; print $date->object_id;
DESCRIPTION
Loading UNIVERSAL::Object::ID makes the "Object::ID" role available to every object. Use at your own risk, polluting UNIVERSAL is not to be taken lightly. The best place to use this module is in your own personal or internal use code rather than a widely distributed software library. Or you can use Method::Lexical to safely apply the UNIVERSAL effect to just your lexical scope.
SEE ALSO
Object::ID, Method::Lexical perl v5.12.4 2011-09-26 UNIVERSAL::Object::ID(3pm)
Related Man Pages
universal::require(3) - mojave
universal::require5.18(3) - mojave
moose::object(3pm) - debian
universal::exports(3pm) - debian
universal::require(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
Introduction
One instance of comparing grep and awk
Weird 'find' results