Show
Ignore:
Timestamp:
11/21/07 12:19:22 (14 months ago)
Author:
nyarla
Message:

lang/perl/Class-Hookable: I classified POD.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Class-Hookable/trunk/lib/Class/Hookable.pm

    r1745 r1877  
    212212I thank L<Tatsuhiko miyagawa|http://search.cpan.org/~miyagawa/> who made wonderful application. 
    213213 
    214 =head1 METHODS 
     214=head1 BASIC METHOD 
    215215 
    216216=head2 new 
     
    220220This method is a constructor of Class::Hookable. 
    221221Nothing but that is being done. 
     222 
     223=head1 REGISTER METOHDS 
    222224 
    223225=head2 register_hook 
     
    262264This method exists to rewrite when inheriting. 
    263265 
     266=head1 UTILITY METHODS 
     267 
    264268=head2 registered_hooks 
    265269 
     
    305309And when specifying a hook and plugin object (or class name) as arguments, 
    306310specified plugins are deleted from a specified hook. 
     311 
     312=head1 CALL METHODS 
    307313 
    308314=head2 run_hook 
     
    420426This method exists to rewrite when inheriting. 
    421427 
     428=head1 ACCESSOR METOHDS 
     429 
    422430=head2 context 
    423431