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

lang/perl/Class-Hookable: modified lib/Class/Hookable.pm and Changes.

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

Legend:

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

    r3584 r3585  
    11Revision history for Perl extension Class::Hookable 
    22 
    3 0.05  Wed Dec 10:42:00 JST 2007 
     30.05  Wed Dec 26 10:42:00 JST 2007 
    44        * I forgot to implement the call_method method. 
    55 
    6 0.04  Fri Dec 11:50:00 JST 2007 
     60.04  Fri Dec 21 11:50:00 JST 2007 
    77        - Correction of a mistake of a test file: 02_hookable_call_filter.t 
    88          [before] 06: use Test::Base tests => 4; 
    99          [after]  06: use Test::More tests => 4; 
    1010 
    11 0.03  Thu Dec 14:20:00 JST 2007 
     110.03  Thu Dec 20 14:20:00 JST 2007 
    1212        * Substantial Changes * 
    1313        * Change in the filter method of the plugin * 
  • lang/perl/Class-Hookable/trunk/lib/Class/Hookable.pm

    r3584 r3585  
    88 
    99use vars qw( $VERSION ); 
    10 $VERSION = '0.04'; 
     10$VERSION = '0.05'; 
    1111 
    1212sub new { bless {}, shift } 
     
    715715Please see L<"hookable_call_filter"> about C<$hook-E<gt>hookable_call_filter>. 
    716716 
    717 =over4 
     717=over 4 
    718718 
    719719=item C<'call_method'>