summaryrefslogtreecommitdiffstats
path: root/videodb-check.pl
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@ens-lyon.org>2012-03-01 18:59:39 +0100
committerGuilhem Moulin <guilhem.moulin@ens-lyon.org>2012-03-01 18:59:39 +0100
commite62a8c4dd2a9be297f2f4961c9c643e68b8b3bce (patch)
treedf381f806aa75433705ec47c742da2f84ceeb790 /videodb-check.pl
parentc2d71e2a8243638dea4654e2eff8f2a61e504091 (diff)
warning pragma
Diffstat (limited to 'videodb-check.pl')
-rwxr-xr-xvideodb-check.pl6
1 files changed, 4 insertions, 2 deletions
diff --git a/videodb-check.pl b/videodb-check.pl
index 4a169d0..d998af4 100755
--- a/videodb-check.pl
+++ b/videodb-check.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w -CAL
+#!/usr/bin/perl -CAL
# This program is free software. It comes without any warranty, to the
# extent permitted by applicable law. You can redistribute it and/or
@@ -8,12 +8,14 @@
$VERSION = "0.1, 27 November 2011";
+use warnings;
+use strict;
+
use DBI;
use Pod::Usage;
use File::Spec::Functions;
use Cwd;
use Env qw /HOME/;
-use strict;
################################################################################