]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/perlmods/OpenILS/Application/Trigger/Cleanup.pm
Add some basic dummy handlers (fourtytwo, NOOP_True and NOOP_False) for each module...
[working/Evergreen.git] / Open-ILS / src / perlmods / OpenILS / Application / Trigger / Cleanup.pm
1 package OpenILS::Application::Trigger::Cleanup;
2 sub fourty_two { return 42 }
3 sub NOOP_True { return 1 }
4 sub NOOP_False { return 0 }
5 1;