Bug 2505 - Add commented use warnings where missing in *.pm
[koha.git] / C4 / Installer.pm
index addb5c8..b3d798e 100644 (file)
@@ -18,6 +18,7 @@ package C4::Installer;
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 use strict;
+#use warnings; FIXME - Bug 2505
 
 our $VERSION = 3.00;
 use C4::Context;