Changeset 1649 for lang/perl/Class-Hookable
- Timestamp:
- 11/16/07 16:44:31 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Class-Hookable/trunk/lib/Class/Hookable.pm
r1612 r1649 164 164 sub context { 165 165 my $self = shift; 166 167 if ( ref $self->{'Class::Hookable'} ne 'HASH' ) { 168 $self->{'Class::Hookable'} = { 169 hooks => {}, 170 }; 171 } 166 172 167 173 if ( @_ ) { … … 437 443 438 444 This library is free software; you can redistribute it and/or modify 439 it under the same terms as Perl itself. 440 441 =head1 SEE ALSO 445 it under the same terms as Perl itse 442 446 443 447 =cut
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)