1Revision history for Perl extension Schedule::At.
2
31.00  Fri Oct  3 19:36:47 1997
4	- original version; created by Jose A. Rodriguez <josear AT ac.upc.es>
5
61.01  Wed Nov 12 09:37:16 1997
7	- Removed warning about 'inherited AUTOLOAD for non-methods'
8		(reported by jon AT uns.com.au)
9	- Fixed SunOS settings (bad date specification)
10	- Fixed a few bugs in the test suite
11
121.02  Thu Feb 12 11:55:49 1998
13	- Fixed test suite expiration bug
14
151.03  Mon Mar 25 12:53:38 MET 2002
16	- Removed support for AUTOLOAD (and bugs derived...)
17		(reported by ydesyatnik AT digitalthink.com, kar AT webline.dk,
18		william.l.kidd AT VBA.VA.GOV, andreas.koenig AT dubravka.in-berlin.de)
19	- Added support for AIX (not tested by me)
20		(sent by Roger.Kehr AT dresdner-bank.com)
21	- Added support for Dynix/ptx (not tested by me)
22		(sent by william.l.kidd AT VBA.VA.GOV)
23	- Added support for current distributions of Linux
24
251.04  Wed Jul 17 09:08:28 MEST 2002
26	- getJobs now dies (instead of returning undef) if there is an error
27		(suggested by Bernhard Graf <fisch AT augensalat.de>)
28	- Added subroutine 'readJobs' to get the commands of jobs
29		(feature suggested by Bernhard Graf <fisch AT augensalat.de>)
30	- Added TAG and JOBID params support to 'getJobs'
31		(feature suggested by Aaron Duncan
32			<aaron.duncan AT centrelink.gov.au>)
33	- Fixed documentation bug (when adding a job with 'add', the
34		TAG param does not work with the FILE param). The POD
35		stated the opposite.
36
371.05  Tue Mar 22 11:34:01 MET 2005
38	- Fixed SunOS support (not working for root, rt.cpan.org: Ticket #4427)
39	- Added support for FreeBSD (Frazer Irving <frazer AT homescreen.com.au>)
40
411.06  Tue Sep 13 09:10:56 MEST 2005
42	- Added support for Darwin (Felipe Wettstein <karl AT gromski.ch>)
43
441.07  Mon Sep  8 09:21:34 MEST 2008
45	- Fixed typo in pod (Michael Gang" <michaelgang AT gmail.com>)
46	- remove function using TAG now returns something useful (pointed by
47		<T.Haecker AT gmx.net>)
48
491.08  Thu Oct  9 07:53:30 MEST 2008
50	- Fixed typos and improve explanations in pod
51		(Adam Benjamin <aebenjam AT opentext.com>)
52	- addJob now accepts multiple commands as a REF ARRAY
53		(implemented by Adam Benjamin <aebenjam AT opentext.com>)
54	- Many systems don't allow users to execute the "at" command
55		so tests fail. Now you need to set environment AT_CAN_EXEC=1
56		to exec all tests if you're not root. Set AT_VERBOSE=1 to
57		get more info about test execution.
58
591.09 Tue Dec 15 08:54:41 CET 2009
60	- Skip non supported OSs
61	- Added support for OpenBSD (Eric Olsen <herolsen AT alumni.upenn.edu>)
62
631.10 Wed Apr  7 13:35:48 CEST 2010
64	- Fixed bug about reporting exit status on past submited jobs
65	Bug: https://rt.cpan.org/Ticket/Display.html?id=55891
66	(based on patch submited by JLMARTIN <jlmartinez AT capisde.com>)
67
681.11 Web Dic  9 11:40:11 CET 2010
69	- Added support for $SHELL (Jiří Pavlovský jira AT getnet.cz)
70
711.12 Wed May 25 11:53:10 MEST 2011
72	- Added support for NetBSD and DragonFly NetBSD (Dan McMahill <dmcmahill AT netbsd.org>)
73
741.13
75	- Fix POD errors (https://rt.cpan.org/Public/Bug/Display.html?id=63810)
76	(reported and patch submitted by carnil [...] debian.org)
77	- Updated support for AIX (Bogenstätter Marcus <bogenstaetter AT empirius.de>)
78
791.14 Mon Jan 30 16:25:48 MET 2012
80	- Fix https://rt.cpan.org/Public/Bug/Display.html?id=72813
81	(reported by cbouvi [...] cpan.org)
82
831.15 Tue Abr 24 08:14:43 CEST 2012
84	- Change AIX 'getCommand' to use a non privileged one
85		(patch by marcus.bogenstaetter [...] empirius.de)
86