Show
Ignore:
Timestamp:
12/26/07 10:44:25 (13 months ago)
Author:
nyarla
Message:

lang/perl/Class-Hookable: modified POD and wrote Changes.

Location:
lang/perl/Class-Hookable/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Class-Hookable/trunk/Changes

    r3583 r3584  
    11Revision history for Perl extension Class::Hookable 
    22 
    3 0.05 
     30.05  Wed Dec 10:42:00 JST 2007 
    44        * I forgot to implement the call_method method. 
    55 
  • lang/perl/Class-Hookable/trunk/lib/Class/Hookable.pm

    r3583 r3584  
    708708B<Arguments of C<$hook-E<gt>hookable_call_filter>>: 
    709709 
    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 
     712Only when C<$hook-E<gt>hookable_call_filter( 'call_method', $method, $args, $action )> has returned truth, 
    713713this method calls function. 
    714714