175_open_session2.t (gscan2pdf-2.13.1.tar.xz) | : | 175_open_session2.t (gscan2pdf-2.13.2.tar.xz) | ||
---|---|---|---|---|
use warnings; | use warnings; | |||
use strict; | use strict; | |||
use MIME::Base64 qw( decode_base64 ); | use MIME::Base64 qw( decode_base64 ); | |||
use Storable qw(thaw store); | use Storable qw(thaw store); | |||
use File::Path qw(make_path remove_tree); | use File::Path qw(make_path remove_tree); | |||
use Glib 1.210 qw(TRUE FALSE); | use Glib 1.210 qw(TRUE FALSE); | |||
use Try::Tiny; | use Try::Tiny; | |||
use IPC::System::Simple qw(capture); | use IPC::System::Simple qw(capture); | |||
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 | |||
} | } | |||
######################### | ######################### | |||
End of changes. 1 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added |