r13930@rob-kinyons-powerbook58: rob | 2006-06-02 15:20:16 -0400
[p5sagit/Excel-Template.git] / t / dev_001_distribution.t
diff --git a/t/dev_001_distribution.t b/t/dev_001_distribution.t
deleted file mode 100644 (file)
index 98839c4..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-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 $@;