use strict; use Test; BEGIN { plan tests => 1 } use Parse::Binary; ok(1); 1;