From 90bf809d0662a2f87d63a4453e0cd74c101418a7 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 14 Jun 2010 03:12:17 -0500 Subject: use strict and warnings --- lib/Carp/Always/Color.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/Carp/Always/Color.pm') diff --git a/lib/Carp/Always/Color.pm b/lib/Carp/Always/Color.pm index 00d9c1e..6aeb61d 100644 --- a/lib/Carp/Always/Color.pm +++ b/lib/Carp/Always/Color.pm @@ -1,4 +1,7 @@ package Carp::Always::Color; +use strict; +use warnings; + BEGIN { if (-t *STDERR) { require Carp::Always::Color::Term; -- cgit v1.2.3-54-g00ecf