Changeset 10820

Show
Ignore:
Timestamp:
04/30/08 22:21:26 (5 years ago)
Author:
tokuhirom
Message:

remove trash accessor

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/HTTP-Engine/trunk/lib/HTTP/Engine/Request.pm

    r10817 r10820  
    99 
    1010__PACKAGE__->mk_accessors( 
    11     qw/address arguments context cookies match method 
     11    qw/address context cookies match method 
    1212      protocol query_parameters secure captures uri user raw_body/ 
    1313); 
    1414 
    15 *args         = \&arguments; 
    1615*body_params  = \&body_parameters; 
    1716*input        = \&body;