From 50c996238c6a48bb3a2d666d6ffd6b3eb44cdbd4 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 2 Jan 2010 16:23:52 -0600 Subject: strict and warnings in the termcast script --- bin/termcast | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/termcast b/bin/termcast index ddf5596..f87d77c 100644 --- a/bin/termcast +++ b/bin/termcast @@ -1,4 +1,6 @@ #!/usr/bin/env perl +use strict; +use warnings; use App::Termcast; =head1 NAME -- cgit v1.2.3-54-g00ecf