summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-09-04 11:56:58 -0500
committerJesse Luehrs <doy@tozt.net>2011-09-04 11:57:12 -0500
commit2f1806278872f78df4f7db0971c161049099708f (patch)
tree0a06f4c85973e69a6a13e674112ada6095b63090
parent1d44c106dd8f2213f3be60d1667b2b21bdf0e686 (diff)
downloadcarp-always-color-2f1806278872f78df4f7db0971c161049099708f.tar.gz
carp-always-color-2f1806278872f78df4f7db0971c161049099708f.zip
un-todo for Carp::Always 0.10 fixes
-rw-r--r--dist.ini2
-rw-r--r--t/01-term.t2
2 files changed, 1 insertions, 3 deletions
diff --git a/dist.ini b/dist.ini
index 644460a..c6b0004 100644
--- a/dist.ini
+++ b/dist.ini
@@ -7,4 +7,4 @@ copyright_holder = Jesse Luehrs
dist = Carp-Always-Color
[Prereq]
-Carp::Always = 0
+Carp::Always = 0.10
diff --git a/t/01-term.t b/t/01-term.t
index b93af1e..8eb479a 100644
--- a/t/01-term.t
+++ b/t/01-term.t
@@ -50,11 +50,9 @@ EOF
"\e[31mfoo\e[m at -e line 3\n\tmain::foo() called at -e line 5\n",
"dies with a stacktrace work");
-{ local $TODO = "this is a Carp::Always bug";
output_is(<<EOF,
use Carp::Always::Color::Term;
die "foo at bar line 23";
EOF
"\e[31mfoo at bar line 23\e[m at -e line 2\n",
"weird messages work");
-}