# # $Id$ # # CA::AutoSys - Perl Interface to CA's AutoSys job control. # Copyright (c) 2007 Susnjar Software Engineering # See LICENSE for terms of distribution. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either # version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Introduction This file documents the changes to each and every release of the AutoSys perl API, going back as far as the initial 0.99 release. Changes for 1.00 - release date 15-jan-2007 o Added online help (--help/--man) switches for examples. o Added missing META.yml (sorry, it's my first CPAN module...) Changes for 0.99 - release date 10-jan-2007 o Initial development. o Implemented basic AutoSys features like job status querying, event sending.