55_process_chain_w_delete2.t (gscan2pdf-2.13.1.tar.xz) | : | 55_process_chain_w_delete2.t (gscan2pdf-2.13.2.tar.xz) | ||
---|---|---|---|---|
use warnings; | use warnings; | |||
use strict; | use strict; | |||
use IPC::System::Simple qw(system); | use IPC::System::Simple qw(system); | |||
use IPC::Cmd qw(can_run); | use IPC::Cmd qw(can_run); | |||
use Test::More tests => 1; | use Test::More tests => 1; | |||
use Gtk3 -init; # Could just call init separately | use Gtk3 -init; # Could just call init separately | |||
use Gscan2pdf::Tesseract; | use Gscan2pdf::Tesseract; | |||
use Gscan2pdf::Document; | use Gscan2pdf::Document; | |||
use Gscan2pdf::Unpaper; | use Gscan2pdf::Unpaper; | |||
######################### | ######################### | |||
use Log::Log4perl qw(:easy); | use Log::Log4perl qw(:easy); | |||
Log::Log4perl->easy_init($WARN); | Log::Log4perl->easy_init($WARN); | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |