1Dpkg::Exit(3) libdpkg-perl Dpkg::Exit(3)
2
3
4
6 Dpkg::Exit - program exit handlers
7
9 The Dpkg::Exit module provides support functions to run handlers on
10 exit.
11
13 push_exit_handler($func)
14 Register a code reference into the exit function handlers stack.
15
16 pop_exit_handler()
17 Pop the last registered exit handler from the handlers stack.
18
19 run_exit_handlers()
20 Run the registered exit handlers.
21
23 Version 1.01 (dpkg 1.17.2)
24 New functions: push_exit_handler(), pop_exit_handler(),
25 run_exit_handlers()
26
27 Deprecated variable: @handlers
28
29 Version 1.00 (dpkg 1.15.6)
30 Mark the module as public.
31
32
33
341.18.25 2019-07-24 Dpkg::Exit(3)