# # # patch "lib/Monotone/AutomateStdio.pm" # from [171b42352237bf45ea6a6e906ba5d98c7cbcff4a] # to [aa4f48e92ba5d4dad6a6b55f06187a18260aa299] # ============================================================ --- lib/Monotone/AutomateStdio.pm 171b42352237bf45ea6a6e906ba5d98c7cbcff4a +++ lib/Monotone/AutomateStdio.pm aa4f48e92ba5d4dad6a6b55f06187a18260aa299 @@ -3131,6 +3131,8 @@ sub closedown($) } + return; + } # ############################################################################## @@ -3397,6 +3399,8 @@ sub register_db_locked_handler(;$$$) } } + return; + } # ############################################################################## @@ -3479,6 +3483,8 @@ sub register_error_handler($;$$$) &$croaker("Unknown error handler severity"); } + return; + } # ############################################################################## @@ -3570,6 +3576,8 @@ sub register_io_wait_handler(;$$$$) } } + return; + } # ############################################################################## @@ -3618,6 +3626,8 @@ sub register_stream_handle($$$) &$croaker("Unknown stream specified"); } + return; + } # ############################################################################## @@ -3800,6 +3810,8 @@ sub suppress_utf8_conversion($$) $convert_to_utf8 = $suppress ? undef : 1; } + return; + } # ##############################################################################