diff options
author | Tim Retout <tim@retout.co.uk> | 2012-03-14 22:43:26 +0000 |
---|---|---|
committer | Tim Retout <tim@retout.co.uk> | 2012-03-14 22:43:26 +0000 |
commit | 20179059537b3ff345ffe7473408f1182fc24079 (patch) | |
tree | 7cc1511dc1a79c8252e949a763e22e38500ad246 /solenv | |
parent | 37902bd34f206f3cb25b46c4c83e11fe70e06661 (diff) |
Turn on strict and warnings for installer::converter.
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/bin/modules/installer/converter.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/solenv/bin/modules/installer/converter.pm b/solenv/bin/modules/installer/converter.pm index 4b8924490385..a141b501db5f 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; ############################# |