1Dpkg::Exit(3perl)                libdpkg-perl                Dpkg::Exit(3perl)
2
3
4

NAME

6       Dpkg::Exit - program exit handlers
7

DESCRIPTION

9       The Dpkg::Exit module provides support functions to run handlers on
10       exit.
11

FUNCTIONS

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

CHANGES

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.19.7                            2020-02-18                 Dpkg::Exit(3perl)
Impressum