From 7d1cb2c537e76a8408355a62f38016ed3a8c2085 Mon Sep 17 00:00:00 2001 From: Guillaume Rousse Date: Tue, 29 Jan 2008 21:20:50 +0000 Subject: use strictures and warnings in all perl scripts --- translate_menu | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'translate_menu') diff --git a/translate_menu b/translate_menu index 2d661c6..2fc3f88 100755 --- a/translate_menu +++ b/translate_menu @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl #--------------------------------------------------------------- # Project : Mandrake Linux # Module : spec-helper @@ -9,6 +9,9 @@ # Purpose : change the menu sections #--------------------------------------------------------------- +use strict; +use warnings; + my $menudir = `rpm --eval %_menudir`; chomp($menudir); -- cgit v1.2.1