Changeset 10670

Show
Ignore:
Timestamp:
04/28/08 20:11:33 (5 years ago)
Author:
yappo
Message:

Class::Component 0.16 が無いと動かなくした

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Moxy/trunk/lib/Moxy/Plugin/Hosts.pm

    r10666 r10670  
    44use base qw/Moxy::Plugin/; 
    55 
    6 sub request_filter :Hook('request_filter') { 
     6sub request_filter :Hook { 
    77    my ($self, $context, $args) = @_; 
    88 
     
    2020} 
    2121 
    22 sub response_filter :Hook('response_filter') { 
     22sub response_filter :Hook { 
    2323    my ($self, $context, $args) = @_; 
    2424