#!/usr/bin/perl use Test; BEGIN { plan tests => 1 }; use IO::Digest; ok(1); exit;