'use strict' and 'use warnings' in test generated by h2xs
Harmen [Thu, 5 Nov 2009 22:09:13 +0000 (23:09 +0100)]
utils/h2xs.PL

index 428d9bb..8564577 100644 (file)
@@ -2100,6 +2100,9 @@ print EX <<_END_;
 
 # change 'tests => $tests' to 'tests => last_test_to_print';
 
+use strict;
+use warnings;
+
 _END_
 
 my $test_mod = 'Test::More';