summaryrefslogtreecommitdiffstats
path: root/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
parent90bf809d0662a2f87d63a4453e0cd74c101418a7 (diff)
downloadcarp-always-color-b6f9cf0cd8b90c31a024581d524cf513a5446c93.tar.gz
carp-always-color-b6f9cf0cd8b90c31a024581d524cf513a5446c93.zip
update dzil (and other packaging) stuff
Diffstat (limited to 't')
-rw-r--r--t/000-load.t12
-rw-r--r--t/01-term.t (renamed from t/001-term.t)0
-rw-r--r--t/02-html.t (renamed from t/002-html.t)0
-rw-r--r--t/03-detect.t (renamed from t/003-detect.t)0
-rw-r--r--t/04-eval.t (renamed from t/004-eval.t)0
-rw-r--r--t/05-object.t (renamed from t/005-object.t)0
6 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");
diff --git a/t/001-term.t b/t/01-term.t
index b93af1e..b93af1e 100644
--- a/t/001-term.t
+++ b/t/01-term.t
diff --git a/t/002-html.t b/t/02-html.t
index f51914d..f51914d 100644
--- a/t/002-html.t
+++ b/t/02-html.t
diff --git a/t/003-detect.t b/t/03-detect.t
index 6c4f7d3..6c4f7d3 100644
--- a/t/003-detect.t
+++ b/t/03-detect.t
diff --git a/t/004-eval.t b/t/04-eval.t
index 3500dc0..3500dc0 100644
--- a/t/004-eval.t
+++ b/t/04-eval.t
diff --git a/t/005-object.t b/t/05-object.t
index 3a88dd3..3a88dd3 100644
--- a/t/005-object.t
+++ b/t/05-object.t