Bug 2505 - Add commented use warnings where missing in the admin/ directory
[srvgit] / admin / aqbudgets.pl
index 8d7bab7..35c8bc6 100755 (executable)
@@ -20,6 +20,7 @@
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 use strict;
+#use warnings; FIXME - Bug 2505
 use CGI;
 use List::Util qw/min/;
 use Number::Format qw(format_price);