Changeset 4416
- Timestamp:
- 01/11/08 13:57:29 (5 years ago)
- Location:
- lang/perl/Class-Hookable/trunk
- Files:
-
- 1 added
- 1 modified
-
lib/Class/Hookable.pm (modified) (1 diff)
-
t/00_basic/06_hookable_all_filters.t (added)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Class-Hookable/trunk/lib/Class/Hookable.pm
r4292 r4416 49 49 my $self = shift; 50 50 return $self->hookable_stash->{'methods'}; 51 } 52 53 sub hookable_all_filters { 54 my $self = shift; 55 return $self->hookable_stash->{'filters'}; 51 56 } 52 57
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)