Take me over?
NAME
WebService::StreetMapLink::Catcha - A WebService::StreetMapLink subclass for catcha.com
SYNOPSIS
use WebService::StreetMapLink;
my $map =
WebService::StreetMapLink->new
( country => 'australia',
address => '606 Station Street',
city => 'Box Hill',
state => 'Victoria',
postal_code => '3128',
);
my $uri = $map->uri;
DESCRIPTION
This subclass generates links to catcha.com. There are several host names for this service, each for a different country.
COUNTRIES
This subclass handles Singapore.
new() PARAMETERS
For Singapore, all that is required is a "postal_code".
AUTHOR
David Rolsky, <autarch@urth.org>
BUGS
Please report any bugs or feature requests to bug-webservice-streetmaplink@rt.cpan.org
, or through the web interface at http://rt.cpan.org. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
COPYRIGHT & LICENSE
Copyright 2004-2005 David Rolsky, All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.