Net::Plazes - Documentation for Perl interface to geo-services from http://plazes.net/


Net-Plazes documentation Contained in the Net-Plazes distribution.

Index


Code Index:

NAME

Top

Net::Plazes - Documentation for Perl interface to geo-services from http://plazes.net/

VERSION

Top

$Revision$

SYNOPSIS

Top

 my $oUser = Net::Plazes::User->new({id => 266});
 print $oUser->name();
 print map { $_->plaze->name() } @{$oUser->activities()}

DESCRIPTION

Top

SUBROUTINES/METHODS

Top

DIAGNOSTICS

Top

CONFIGURATION AND ENVIRONMENT

Top

DEPENDENCIES

Top

strict
warnings

INCOMPATIBILITIES

Top

BUGS AND LIMITATIONS

Top

AUTHOR

Top

$Author: Roger Pettett$

LICENSE AND COPYRIGHT

Top


Net-Plazes documentation Contained in the Net-Plazes distribution.

#########
# Author:        rmp
# Maintainer:    $Author: rmp $
# Created:       2008-08-13
# Last Modified: $Date$
# Id:            $Id$
# $HeadURL$
#
package Net::Plazes;
use strict;
use warnings;

our $VERSION = '0.03';

1;
__END__