root/lang/perl/HTTP-MobileAgent-Plugin-Locator/trunk/lib/HTTP/MobileAgent/Plugin/Locator/Base.pm @ 2652

Revision 2652, 149 bytes (checked in by clouder, 5 years ago)

lang/perl/HTTP-MobileAgent?-Plugin-Locator: modifiled to apply Apache::Request and CGI instance, and return G::C::C::Point instance

Line 
1package HTTP::MobileAgent::Plugin::Locator::Base;
2
3use strict;
4use base qw( Class::Accessor::Fast );
5
6__PACKAGE__->mk_accessors( qw( params ) );
7
81;
Note: See TracBrowser for help on using the browser.