In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/c20642991d8e8afa0a97a45a55f0f04df68e5245?hp=f7461760003db2ce68155c97ea6c1658e96fcd27>

- Log -----------------------------------------------------------------
commit c20642991d8e8afa0a97a45a55f0f04df68e5245
Author: Harmen <h...@dds.nl>
Date:   Thu Nov 5 23:09:13 2009 +0100

    'use strict' and 'use warnings' in test generated by h2xs
-----------------------------------------------------------------------

Summary of changes:
 utils/h2xs.PL |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

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';

--
Perl5 Master Repository

Reply via email to