[Libreoffice-commits] .: solenv/bin

Tim Retout timretout at kemper.freedesktop.org
Wed Mar 14 15:44:44 PDT 2012


 solenv/bin/modules/installer/converter.pm |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 20179059537b3ff345ffe7473408f1182fc24079
Author: Tim Retout <tim at retout.co.uk>
Date:   Wed Mar 14 22:43:26 2012 +0000

    Turn on strict and warnings for installer::converter.

diff --git a/solenv/bin/modules/installer/converter.pm b/solenv/bin/modules/installer/converter.pm
index 4b89244..a141b50 100644
--- a/solenv/bin/modules/installer/converter.pm
+++ b/solenv/bin/modules/installer/converter.pm
@@ -27,6 +27,9 @@
 
 package installer::converter;
 
+use strict;
+use warnings;
+
 use installer::globals;
 
 #############################


More information about the Libreoffice-commits mailing list