ARSperl is an integration kit for Perl5 and Remedy ARS version 2 - version 7 API. It provides a large subset of the functionality found in the ARS C API. The source code to the integration kit and example scripts is made available under the licensing terms of Perl itself.
What's New in This Release:
· fixed ars_padEntryid to work correctly if entry ID prefix is defined
· malloc-on-windows patch commented out because of crash with API 6.3.0
· fixed pointer initialization error in ars_SetVUI
· modified ars_Create/Get/SetFilter for API 7.1
· fixed ars_GetAlertCount
· removed legacy ars_NT Notifier and ars_AdminExtension calls
· ! added ars_VerifyUser implementation by Thilo Stapff
· ! changed ars_APIVersion to use AR_CURRENT_API_VERSION rather than AR_EXPORT_VERSION
· fixed ars_GetActiveLink, ars_GetFilter, ars_GetEscalation, ars_GetField so they return undef on failure.
· buffer overflow in perl_BuildEntryList
· malloc-on-windows patch by John Unsworth
· fixed memory leak in ars_Get... functions (added "sv_2mortal( (SV*) RETVAL )")
· bugfix in dup_Value (support.c) for API version