Changes for version 2.5 - 2005-04-29
- Added S::D::U::handle_que_args
- Allows que methods to use:
- my ( $que, $config ) = &handle_args;
- or
- my ( $config ) = &handle_args;
- and yanks $que off of the stack. It also sets $DB::single = 1 if $que->debug (i.e., automatic breakpoint in debug mode) and logs the caller, arguments.
- This replaces the top few lines of nearly every que method.
- Allows que methods to use:
Modules
Extract global and package-specifc data from a configuration hash.
Execution front end for schedules. Main use is tying together the various modules used with S::D for running a set of jobs. Exports "runsched" to pass in the schedule and optional sequence of schedule items to debug for #! code.
Provides
in lib/Schedule/Depend/Utilities.pm