summaryrefslogtreecommitdiff
path: root/dselect/mkcurkeys.pl
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2013-04-17 04:42:49 +0200
committerGuillem Jover <guillem@debian.org>2013-04-19 05:34:03 +0200
commit32df990c987814411e5ea4537d12a60a0ca22735 (patch)
tree13b5fd855c903b9e88d1c28f3059cd10a70d7fd9 /dselect/mkcurkeys.pl
parentead612d60392242080bba6ddf50286033462a6af (diff)
downloaddpkg-32df990c987814411e5ea4537d12a60a0ca22735.tar.gz
dselect: Use strict and warnings in perl scripts
Diffstat (limited to 'dselect/mkcurkeys.pl')
-rwxr-xr-xdselect/mkcurkeys.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/dselect/mkcurkeys.pl b/dselect/mkcurkeys.pl
index 5e2da657d..5a2b2c4c9 100755
--- a/dselect/mkcurkeys.pl
+++ b/dselect/mkcurkeys.pl
@@ -18,6 +18,9 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
+use strict;
+use warnings;
+
use Scalar::Util qw(looks_like_number);
$#ARGV == 1 || die ("usage: mkcurkeys.pl <filename> <curses.h>");