# Clearquest

Object oriented interface to Clearquest.

## DESCRIPTION

This module provides a simple interface to Clearquest in a Perl like fashion.
There are three modes of talking to Clearquest using this module - api, rest
and client.

## 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 Clearquest
	perldoc Clearquest::Admin
	perldoc Clearquest::Client
	perldoc Clearquest::DBService
	perldoc Clearquest::LDAP
	perldoc Clearquest::REST
	perldoc Clearquest::Server
    
## LICENSE AND COPYRIGHT

Copyright (C) 2007-2026 by Andrew DeFaria <Andrew@DeFaria.com>

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.38.0 or,
at your option, any later version of Perl 5 you may have available.