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


syntax highlighted by Code2HTML, v. 0.9.1