Added new tests, fixed a bug, and cleaned up more code: Intermediate check-in
[p5sagit/Excel-Template.git] / t / dev_001_distribution.t
diff --git a/t/dev_001_distribution.t b/t/dev_001_distribution.t
new file mode 100644 (file)
index 0000000..98839c4
--- /dev/null
@@ -0,0 +1,8 @@
+use strict;
+
+use Test::More;
+
+use lib 't';
+
+eval "use Test::Distribution not => 'versions'";
+plan skip_all => "Test::Distribution required for testing DISTRIBUTION coverage" if $@;