1603_import_DjVu_with_error2.t (gscan2pdf-2.13.1.tar.xz) | : | 1603_import_DjVu_with_error2.t (gscan2pdf-2.13.2.tar.xz) | ||
---|---|---|---|---|
use warnings; | use warnings; | |||
use strict; | use strict; | |||
use File::Basename; # Split filename into dir, file, ext | use File::Basename; # Split filename into dir, file, ext | |||
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 Test::More tests => 2; | use Test::More tests => 2; | |||
use Carp; | use Carp; | |||
use Sub::Override; # Override Page to test functionality that | use Sub::Override; # Override Page to test functionality that | |||
# we can't otherwise reproduce | # we can't otherwise reproduce | |||
BEGIN { | BEGIN { | |||
use Gscan2pdf::Document; | use Gscan2pdf::Document; | |||
use Gtk3 -init; # Could just call init separately | use Gtk3 -init; # Could just call init separately | |||
} | } | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |