Skip to content
Commits on Source (3)
......@@ -20,6 +20,8 @@ package File::StripNondeterminism::handlers::bflt;
use strict;
use warnings;
use File::StripNondeterminism;
use Fcntl q/SEEK_SET/;
use constant bFLT => 0x62464C54;
......
......@@ -20,6 +20,9 @@ package File::StripNondeterminism::handlers::uimage;
use strict;
use warnings;
use Archive::Zip ();
use File::StripNondeterminism;
use Fcntl q/SEEK_SET/;
# /*
......