summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-03-08 21:11:03 -0600
committerJesse Luehrs <doy@tozt.net>2012-03-08 21:11:03 -0600
commit8980b66af8812f4f671d7a2d84ec41e04bc4e0a8 (patch)
tree756fe5b423cedb8f0e9f7982eb7004baf8c8b498 /lib
parentc182157b3bf68888a3296b5cef1bd26e80d44332 (diff)
downloadcarp-always-color-8980b66af8812f4f671d7a2d84ec41e04bc4e0a8.tar.gz
carp-always-color-8980b66af8812f4f671d7a2d84ec41e04bc4e0a8.zip
dzil stuff
Diffstat (limited to 'lib')
-rw-r--r--lib/Carp/Always/Color/HTML.pm2
-rw-r--r--lib/Carp/Always/Color/Term.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Carp/Always/Color/HTML.pm b/lib/Carp/Always/Color/HTML.pm
index 3c17d21..4f256e8 100644
--- a/lib/Carp/Always/Color/HTML.pm
+++ b/lib/Carp/Always/Color/HTML.pm
@@ -1,7 +1,7 @@
package Carp::Always::Color::HTML;
use strict;
use warnings;
-use Carp::Always;
+use Carp::Always 0.10;
# ABSTRACT: Carp::Always, but with HTML color
=head1 SYNOPSIS
diff --git a/lib/Carp/Always/Color/Term.pm b/lib/Carp/Always/Color/Term.pm
index 3b3ce2c..1a17752 100644
--- a/lib/Carp/Always/Color/Term.pm
+++ b/lib/Carp/Always/Color/Term.pm
@@ -1,7 +1,7 @@
package Carp::Always::Color::Term;
use strict;
use warnings;
-use Carp::Always;
+use Carp::Always 0.10;
# ABSTRACT: Carp::Always, but with terminal color
=head1 SYNOPSIS