summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-01-02 16:23:52 -0600
committerJesse Luehrs <doy@tozt.net>2010-01-02 16:23:52 -0600
commit50c996238c6a48bb3a2d666d6ffd6b3eb44cdbd4 (patch)
treec44bda0f152d1775a0dc49d90b7dfb0d60165d0c
parenta47c9a50872f540d96e8fda36bd57525ccce5d18 (diff)
downloadapp-termcast-50c996238c6a48bb3a2d666d6ffd6b3eb44cdbd4.tar.gz
app-termcast-50c996238c6a48bb3a2d666d6ffd6b3eb44cdbd4.zip
strict and warnings in the termcast script
-rw-r--r--bin/termcast2
1 files changed, 2 insertions, 0 deletions
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