165_import_with_spaces.t (gscan2pdf-2.13.1.tar.xz) | : | 165_import_with_spaces.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); | use IPC::System::Simple qw(system); | |||
use Test::More tests => 1; | use Test::More tests => 1; | |||
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 |