The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
    Copied and added modified Term::Pulse to the project to fix bugs related to manage the child process
    Added more information in the exception for undefined fields pattern
    Fixed a important memory leak problem (FSA::Rules) for
		Siebel::Srvrmgr::Daemon::Heavy class
		Now you can get how much time a component or task has being running
		Now you can just print everything about a component or task by simply
		invoking to_string method
    Changed defaults of read_timeout and buffer_size of Siebel::Srvrmgr::Daemon::Heavy
    Improved push_stash method from Siebel::Srvrmgr::Daemon::ActionStash
    Moved check_system from Siebel::Srvrmgr::Daemon::Light to Siebel::Srvrmgr::IPC
    Added locking control to Daemon and subclasses to avoid concurrent
		execution when desired
    Created class Siebel::Srvrmgr::OS::Unix to retrieve Siebel process information from UNIX-like OS
		Supports now the "list hidden parameters" command output parsing
    Several refactorings implemented
		Lots of bugs fixed of code and Pod