Name: JIRA-Client What: A OO interface to JIRA's SOAP API. Version: 0.03 Author: Gustavo Chaves JIRA is a proprietary bug tracking system from Atlassian (http://www.atlassian.com/software/jira/). This module implements an Object Oriented wrapper around JIRA's SOAP API, which is specified in http://docs.atlassian.com/software/jira/docs/api/rpc-jira-plugin/latest/com/atlassian/jira/rpc/soap/JiraSoapService.html. INSTALLATION To install this module, run the following commands: perl Makefile.PL make make test make install SUPPORT AND DOCUMENTATION After installing, you can find documentation for this module with the perldoc command. perldoc JIRA::Client You can also look for information at: RT, CPAN's request tracker http://rt.cpan.org/NoAuth/Bugs.html?Dist=JIRA-Client AnnoCPAN, Annotated CPAN documentation http://annocpan.org/dist/JIRA-Client CPAN Ratings http://cpanratings.perl.org/d/JIRA-Client Search CPAN http://search.cpan.org/dist/JIRA-Client COPYRIGHT AND LICENCE Copyright (C) 2009 CPqD (http://www.cpqd.com.br/) This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.