#!perl -T
use strict;
use Test::More;
eval "use Test::Distribution";
plan skip_all => "Test::Distribution required for checking distribution" if $@;


syntax highlighted by Code2HTML, v. 0.9.1