diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-07-23 17:24:13 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-08-20 23:52:51 +0200 |
commit | 8d59839660e4aa848c32295c1851bb0180f90116 (patch) | |
tree | fbfa5fc805c7594d6d08a917a40ba5a5611a7bd6 /Bugzilla.pm | |
parent | 0108df4cc381df0b013addaed565595b8bb23299 (diff) | |
download | bugzilla-8d59839660e4aa848c32295c1851bb0180f90116.tar.gz bugzilla-8d59839660e4aa848c32295c1851bb0180f90116.tar.xz |
more tidy
Diffstat (limited to 'Bugzilla.pm')
-rw-r--r-- | Bugzilla.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm index 0dadfc549..596824b6d 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -854,6 +854,7 @@ sub markdown_parser { # Per-process cleanup. Note that this is a plain subroutine, not a method, # so we don't have $class available. +*cleanup = \&_cleanup; sub _cleanup { return if $^C; |