- Removed the need for DateTime::Cron::Simple, which also added the ability

to use ! < and > in schedules.
This commit is contained in:
JT Smith 2006-09-30 19:29:47 +00:00
parent d995ff09fe
commit e22c679421
6 changed files with 66 additions and 20 deletions

View file

@ -1,5 +1,5 @@
package WebGUI;
our $VERSION = "7.0.8";
our $VERSION = "7.0.9";
our $STATUS = "stable";
#-------------------------------------------------------------------