The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Net-SugarCRM

2.17725 10/01/2013
        Slight change of api (use of Net::SugarCRM::Entry)
        using logconfess and logcroak from log4perl instead of confess and croak
        New .pm for Net::SugarCRM::Entry
        better error handling in _rest_request_no_json
        use http "keep alive" for api connections
        use Log::Log4perl instead of MooseX::Log::Log4perl to prevent sending log messages in random categories
1.14455 10/03/2012
        Added patch for get_module_link_ids get_contact_account_ids from Phil Hallows http://www.globemicro.com
1.12990 18/11/2011
        Added support for sending emails in the accounts module
1.12860 6/11/2011
        Added DBI dependency
1.12860 5/11/2011
        Added converted attribute in doc and dependency for DateTime
1.12855 4/11/2011
        Set the CONTACTS, LEADS, variables as module variables
1.12839 3/11/2011
        Added Tutorial
1.12833 2/11/2011
        Added Currency methods
1.12756 21/10/2011
        First version