#!perl use strict; use Test; BEGIN { plan tests => 1 } use Jukebox; ok(1); exit;