ARS-Simple
    
    
  
  
  
view release on metacpan or search on metacpan
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',
     });
( run in 0.276 second using v1.01-cache-2.11-cpan-5dc5da66d9d )