From 0f736b2a1c66c94aef1d92f2eeeb4cf038e70dff Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Sun, 29 Mar 2015 15:16:57 +0200 Subject: [PATCH] mac.pl actually uncomment use strict --- modules/mac.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mac.pl b/modules/mac.pl index 86fccee1..d58588c6 100644 --- a/modules/mac.pl +++ b/modules/mac.pl @@ -12,7 +12,7 @@ # You should have received a copy of the GNU General Public License along with # this program. If not, see . -# use strict; # TODO $IndexInit +use strict; AddModuleDescription('mac.pl', 'Mac');