From: Marcin Owsiany Date: Sun, 9 Sep 2012 11:13:20 +0000 (+0100) Subject: Make it possible to pass perl code to autoscript. X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a3494762925e5a42a42ce82c688f62f163ffad1b;hp=a3494762925e5a42a42ce82c688f62f163ffad1b;p=debhelper.git Make it possible to pass perl code to autoscript. The shell-quoted sed code passed as parameter 4 is fragile (see Bug#665296). Make it possible to pass a sub that operates on each line via $_ instead. Also add a basic unit test for Dh_Lib, for now just with tests for autoscript. ---