Changeset 3584 for lang/perl/Class-Hookable
- Timestamp:
- 12/26/07 10:44:25 (13 months ago)
- Location:
- lang/perl/Class-Hookable/trunk
- Files:
-
- 2 modified
-
Changes (modified) (1 diff)
-
lib/Class/Hookable.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Class-Hookable/trunk/Changes
r3583 r3584 1 1 Revision history for Perl extension Class::Hookable 2 2 3 0.05 3 0.05 Wed Dec 10:42:00 JST 2007 4 4 * I forgot to implement the call_method method. 5 5 -
lang/perl/Class-Hookable/trunk/lib/Class/Hookable.pm
r3583 r3584 708 708 B<Arguments of C<$hook-E<gt>hookable_call_filter>>: 709 709 710 $hook->hookable_call_filter( 'call_method', $ hook, $args, $action );711 712 Only when C<$hook-E<gt>hookable_call_filter( 'call_method', $ hook, $args, $action )> has returned truth,710 $hook->hookable_call_filter( 'call_method', $method, $args, $action ); 711 712 Only when C<$hook-E<gt>hookable_call_filter( 'call_method', $method, $args, $action )> has returned truth, 713 713 this method calls function. 714 714
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)