123_save_djvu_with_hocr.t (gscan2pdf-2.13.1.tar.xz) | : | 123_save_djvu_with_hocr.t (gscan2pdf-2.13.2.tar.xz) | ||
---|---|---|---|---|
use warnings; | use warnings; | |||
use strict; | use strict; | |||
use IPC::Cmd qw(can_run); | use IPC::Cmd qw(can_run); | |||
use IPC::System::Simple qw(system capture); | use IPC::System::Simple qw(system capture); | |||
use Encode qw(decode_utf8 encode_utf8); | use Encode qw(decode_utf8 encode_utf8); | |||
use Test::More tests => 2; | use Test::More tests => 2; | |||
BEGIN { | BEGIN { | |||
use Gscan2pdf::Document; | use Gscan2pdf::Document; | |||
use Gtk3 -init; # Could just call init separately | use Gtk3 -init; # Could just call init separately | |||
} | } | |||
######################### | ######################### | |||
SKIP: { | SKIP: { | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |