Changeset 38455

Show
Ignore:
Timestamp:
09/10/10 16:39:22 (3 years ago)
Author:
tokuhirom
Message:

updated docs

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/HTTP-MobileAgent-Plugin-Locator/trunk/lib/HTTP/MobileAgent/Plugin/Locator.pm

    r38454 r38455  
    144144return Geo::Coordinates::Converter::Point instance formatted if specify gps or basic location parameters sent from carrier. The parameters are different by each carrier. 
    145145 
    146 This method accept a Apache instance, CGI instance, Plack::Request or hashref of query parameters. 
     146This method accepts a CGI-ish object (an object with 'param' method, e.g. CGI.pm, Apache::Request, Plack::Request) or a hashref of query parameters. 
    147147 
    148148=over