ARS-Simple

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

ARS-Simple

A simple interface to Remedy ARSystem utilising the ARSperl API interface.
Keeps your code more readable and by use of the cache avoids your credentials
being spread through all your scripts.

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

lib/ARS/Simple.pm  view on Meta::CPAN


__END__

=head1 NAME

ARS::Simple - A simplified interface to Remedy ARSystem

=head1 SYNOPSIS

A simple interface to Remedy ARSystem utilising the ARSperl API interface.
Keeps your code more readable and by use of the cache avoids your credentials
being spread through all your scripts.

 use ARS::Simple;

 my $ar = ARS::Simple->new({
     server   => 'my_remedy_server',
     user     => 'admin',
     password => 'admin',
     });

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 2.174 seconds using v1.00-cache-2.02-grep-82fe00e-cpan-72ae3ad1e6da )