Changeset 3585 for lang/perl/Class-Hookable
- Timestamp:
- 12/26/07 10:55:01 (13 months ago)
- Location:
- lang/perl/Class-Hookable/trunk
- Files:
-
- 2 modified
-
Changes (modified) (1 diff)
-
lib/Class/Hookable.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Class-Hookable/trunk/Changes
r3584 r3585 1 1 Revision history for Perl extension Class::Hookable 2 2 3 0.05 Wed Dec 10:42:00 JST 20073 0.05 Wed Dec 26 10:42:00 JST 2007 4 4 * I forgot to implement the call_method method. 5 5 6 0.04 Fri Dec 11:50:00 JST 20076 0.04 Fri Dec 21 11:50:00 JST 2007 7 7 - Correction of a mistake of a test file: 02_hookable_call_filter.t 8 8 [before] 06: use Test::Base tests => 4; 9 9 [after] 06: use Test::More tests => 4; 10 10 11 0.03 Thu Dec 14:20:00 JST 200711 0.03 Thu Dec 20 14:20:00 JST 2007 12 12 * Substantial Changes * 13 13 * Change in the filter method of the plugin * -
lang/perl/Class-Hookable/trunk/lib/Class/Hookable.pm
r3584 r3585 8 8 9 9 use vars qw( $VERSION ); 10 $VERSION = '0.0 4';10 $VERSION = '0.05'; 11 11 12 12 sub new { bless {}, shift } … … 715 715 Please see L<"hookable_call_filter"> about C<$hook-E<gt>hookable_call_filter>. 716 716 717 =over 4717 =over 4 718 718 719 719 =item C<'call_method'>
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)