summaryrefslogtreecommitdiffstats
path: root/t/000-load.t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-06-14 03:21:42 -0500
committerJesse Luehrs <doy@tozt.net>2010-06-14 03:21:42 -0500
commitb6f9cf0cd8b90c31a024581d524cf513a5446c93 (patch)
treea8dcdf7fefa4eb50973263dda9d46a3b46c872e2 /t/000-load.t
parent90bf809d0662a2f87d63a4453e0cd74c101418a7 (diff)
downloadcarp-always-color-b6f9cf0cd8b90c31a024581d524cf513a5446c93.tar.gz
carp-always-color-b6f9cf0cd8b90c31a024581d524cf513a5446c93.zip
update dzil (and other packaging) stuff
Diffstat (limited to 't/000-load.t')
-rw-r--r--t/000-load.t12
1 files changed, 0 insertions, 12 deletions
diff --git a/t/000-load.t b/t/000-load.t
deleted file mode 100644
index 49c3422..0000000
--- a/t/000-load.t
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/env perl
-use strict;
-use warnings;
-use Test::More tests => 3;
-
-package Foo;
-::use_ok('Carp::Always::Color')
- or ::BAIL_OUT("couldn't load Carp::Always::Color");
-::use_ok('Carp::Always::Color::Term')
- or ::BAIL_OUT("couldn't load Carp::Always::Color::Term");
-::use_ok('Carp::Always::Color::HTML')
- or ::BAIL_OUT("couldn't load Carp::Always::Color::HTML");