diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-27 12:40:55 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-27 12:40:55 +0000 |
commit | ff1a6a489418b33efc0878268a74dd4607101955 (patch) | |
tree | 0a62b93dc5077740009a9749346955ac21ed3cf5 /utils | |
parent | ee37f1e96c7ec7ebadcaa5d87a0f731436608868 (diff) | |
download | perl-ff1a6a489418b33efc0878268a74dd4607101955.tar.gz |
break is not yet Perl. Added the template license also to README.
p4raw-id: //depot/perl@9879
Diffstat (limited to 'utils')
-rw-r--r-- | utils/h2xs.PL | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/utils/h2xs.PL b/utils/h2xs.PL index e27a9d67e8..1e78ec5cda 100644 --- a/utils/h2xs.PL +++ b/utils/h2xs.PL @@ -1248,7 +1248,7 @@ END foreach my $letter (keys %leading) { if ($letter eq '') { $null = 1; - break; + last; } } @@ -1834,7 +1834,10 @@ COPYRIGHT AND LICENCE Put the correct copyright and licence information here. -Copyright (C) $thisyear $author blah blah blah +Copyright (C) $thisyear $author + +This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself. _RMEND_ close(RM) || die "Can't close $ext$modpname/README: $!\n"; |