From: Harmen Date: Thu, 5 Nov 2009 22:09:13 +0000 (+0100) Subject: 'use strict' and 'use warnings' in test generated by h2xs X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c20642991d8e8afa0a97a45a55f0f04df68e5245;p=p5sagit%2Fp5-mst-13.2.git 'use strict' and 'use warnings' in test generated by h2xs --- diff --git a/utils/h2xs.PL b/utils/h2xs.PL index 428d9bb..8564577 100644 --- a/utils/h2xs.PL +++ b/utils/h2xs.PL @@ -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';