Added new tests, fixed a bug, and cleaned up more code: Intermediate check-in
[p5sagit/Excel-Template.git] / t / dev_001_distribution.t
CommitLineData
d01e4722 1use strict;
2
3use Test::More;
4
5use lib 't';
6
7eval "use Test::Distribution not => 'versions'";
8plan skip_all => "Test::Distribution required for testing DISTRIBUTION coverage" if $@;