summaryrefslogtreecommitdiffstats
path: root/lib/Carp/Always/Color/Term.pm
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-06-14 03:12:17 -0500
committerJesse Luehrs <doy@tozt.net>2010-06-14 03:12:17 -0500
commit90bf809d0662a2f87d63a4453e0cd74c101418a7 (patch)
tree65b0baf9a6baf7e0ad19f050f7e76acb49bc4d0c /lib/Carp/Always/Color/Term.pm
parent49d9bf6f2047290a296f44da44970ccc7cf60b14 (diff)
downloadcarp-always-color-90bf809d0662a2f87d63a4453e0cd74c101418a7.tar.gz
carp-always-color-90bf809d0662a2f87d63a4453e0cd74c101418a7.zip
use strict and warnings
Diffstat (limited to 'lib/Carp/Always/Color/Term.pm')
-rw-r--r--lib/Carp/Always/Color/Term.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Carp/Always/Color/Term.pm b/lib/Carp/Always/Color/Term.pm
index 579eb5c..6f5eceb 100644
--- a/lib/Carp/Always/Color/Term.pm
+++ b/lib/Carp/Always/Color/Term.pm
@@ -1,4 +1,6 @@
package Carp::Always::Color::Term;
+use strict;
+use warnings;
use Carp::Always;
=head1 NAME