Salvation 0.9913 Latest
Files
- Build.PL
- Changes
- MANIFEST
- MANIFEST.SKIP
- META.json
- META.yml
- bin/salvation.pl
- example/URMS.pm
- example/URMS/Services/RequestInfoWindow.pm
- example/URMS/Services/RequestInfoWindow/DataSet.pm
- example/URMS/Services/RequestInfoWindow/Defaults/C.pm
- example/URMS/Services/RequestInfoWindow/Defaults/M.pm
- example/URMS/Services/RequestInfoWindow/Defaults/OutputProcessor.pm
- example/URMS/Services/RequestInfoWindow/Defaults/V.pm
- example/URMS/Services/RequestInfoWindow/Hooks/Type/2.pm
- example/URMS/Services/RequestInfoWindow/Hooks/Type/2/Defaults/M.pm
- example/URMS/Services/RequestLoader.pm
- example/URMS/Services/RequestLoader/DataSet.pm
- example/URMS/Services/RequestMgmtControls.pm
- example/URMS/Services/RequestMgmtControls/DataSet.pm
- example/URMS/Services/RequestMgmtControls/Defaults/C.pm
- example/URMS/Services/RequestMgmtControls/Defaults/M.pm
- example/URMS/Services/RequestMgmtControls/Defaults/OutputProcessor.pm
- example/URMS/Services/RequestMgmtControls/Defaults/V.pm
- example/URMS/Services/UserInfoWindow.pm
- example/URMS/Services/UserInfoWindow/DataSet.pm
- example/URMS/Services/UserInfoWindow/Defaults/C.pm
- example/URMS/Services/UserInfoWindow/Defaults/M.pm
- example/URMS/Services/UserInfoWindow/Defaults/OutputProcessor.pm
- example/URMS/Services/UserInfoWindow/Defaults/V.pm
- example/test.pl
- lib/Salvation.pm
- lib/Salvation/CLI.pm
- lib/Salvation/Roles/AppArgs.pm
- lib/Salvation/Roles/DataSet.pm
- lib/Salvation/Roles/ServiceReference.pm
- lib/Salvation/Roles/ServiceState.pm
- lib/Salvation/Roles/SharedStorage.pm
- lib/Salvation/Roles/SystemReference.pm
- lib/Salvation/Service.pm
- lib/Salvation/Service/Controller.pm
- lib/Salvation/Service/DataSet.pm
- lib/Salvation/Service/Hook.pm
- lib/Salvation/Service/Intent.pm
- lib/Salvation/Service/Model.pm
- lib/Salvation/Service/OutputProcessor.pm
- lib/Salvation/Service/State.pm
- lib/Salvation/Service/View.pm
- lib/Salvation/Service/View/SimpleCache.pm
- lib/Salvation/Service/View/Stack.pm
- lib/Salvation/Service/View/Stack/Convert/To/XML.pm
- lib/Salvation/Service/View/Stack/Frame.pm
- lib/Salvation/Service/View/Stack/Frame/List.pm
- lib/Salvation/Service/View/Stack/Parser.pm
- lib/Salvation/SharedStorage.pm
- lib/Salvation/Stuff.pm
- lib/Salvation/System.pm
- t/00-stuff/00-load_class.t
- t/00-stuff/01-load_already_loaded_class.t
- t/00-stuff/02-load_class_defined_at_the_same_module.t
- t/01-simple/00-create_system.t
- t/01-simple/01-run_service.t
- t/01-simple/02-run_multiple_services.t
- t/02-regular/01-load_infrastructure_modules.t
- t/02-regular/02-load_infrastructure_modules_which_are_not_present.t
- t/02-regular/03-get_data_from_dataset.t
- t/02-regular/04-process_view_with_model.t
- t/02-regular/05-execution_flow.t
- t/02-regular/06-schedule_and_call_controller_methods.t
- t/02-regular/07-callbacks/01-on_service_thrown_error.t
- t/02-regular/07-callbacks/02-on_service_thrown_error-many_thrown_errors.t
- t/02-regular/07-callbacks/03-on_service_thrown_error-prio.t
- t/02-regular/07-callbacks/04-on_service_thrown_error-many_thrown_errors-controller.t
- t/03-complex/01-simple_hook/01-model.t
- t/03-complex/01-simple_hook/02-view.t
- t/03-complex/01-simple_hook/03-controller.t
- t/03-complex/01-simple_hook/04-output_processor.t
- t/03-complex/01-simple_hook/05-the_whole_thing.t
- t/03-complex/01-simple_hook/06-unhooked_value.t
- t/03-complex/02-multivalue_hook.t
- t/03-complex/03-multiple_hooks/01-first-by_prio.t
- t/03-complex/03-multiple_hooks/02-second-by_prio.t
- t/03-complex/03-multiple_hooks/03-second-by_value.t
- t/03-complex/04-chained_hooks.t
- t/03-complex/05-intent.t
- t/03-complex/06-execution_flow-with_hook.t
- t/03-complex/07-schedule_and_call_controller_methods-with_hook.t
- t/03-complex/08-internal-service_association-chained_hooks.t
- t/03-complex/09-schedule_and_call_controller_methods-chained_hooks.t
- t/04-evil/01-run_away.t