Bug 2505 - Add commented use warnings where missing in the C4/ directory
[koha.git] / C4 / tests / Record_test.pl
index 9729e32..f7a65ab 100755 (executable)
@@ -19,7 +19,8 @@
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 #
 #
-use strict; use warnings; #FIXME: turn off warnings before release
+use strict;
+use warnings;
 
 # specify the number of tests
 use Test::More tests => 23;