121_save_djvu.t (gscan2pdf-2.13.1.tar.xz) | : | 121_save_djvu.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 Test::More tests => 4; | use Test::More tests => 4; | |||
BEGIN { | BEGIN { | |||
use_ok('Gscan2pdf::Document'); | use_ok('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 |