NAME
Net::FileMaker - Interact with FileMaker services
VERSION
Version 0.05
SYNOPSIS
use Net::FileMaker;
my $fms = Net::FileMaker->new(host => $host, type => 'xml');
Net::FileMaker provides an interface to FileMaker's various HTTP-based interfaces, at present only the XML API is supported, but further support to include XSLT and other means is planned.
METHODS
new(host => $host, type => 'xml')
Creates a new object. Host names must be valid URI. The type key specifies the type of database access - XML, XSLT etc. At present only xml
is valid. If this is unspecified, XML is the default.
DOCUMENTATION
As all of the current structure is confied to the XML base, see Net::FileMaker::XML.
AUTHOR
Squeeks, <squeek at cpan.org>
BUGS
This distrobution is in it's early stages and things will be prone to breaking and changing in future versions. Please keep an eye out on the change log and the documentation of new releases before submitting bug reports.
Please report any bugs or feature requests to bug-net::filemaker at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Net::FileMaker. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. Please ensure to include the version of FileMaker Server in your report.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Net::FileMaker
You can also look for information at:
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
DEVELOPMENT
Everyone is welcome to help towards the project with bugfixes, feature requests or contributions. You'll find the git repository for this project is located at http://github.com/squeeks/Net-FileMaker.
LICENSE AND COPYRIGHT
Copyright 2010 Squeeks.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.