Changeset 67

Show
Ignore:
Timestamp:
05/04/06 00:04:59 (4 years ago)
Author:
sky
Message:

r70@crucially-3 (orig r1012): mpaschal | 2005-11-07 09:51:18 -0800
pod fix

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/Data/ObjectDriver.pm

    r66 r67  
    314314Adds a trigger to all objects of class I<Class>, such that when the event 
    315315I<$trigger> occurs to any of the objects, subroutine C<&callback> is run. Note 
    316 that triggers will not occur for instances of E<subclasses> of I<Class>, only 
     316that triggers will not occur for instances of I<subclasses> of I<Class>, only 
    317317of I<Class> itself. See TRIGGERS for the available triggers. 
    318318