diff options
author | Yitzchak Scott-Thoennes <sthoenna@efn.org> | 2001-10-11 17:12:01 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-14 21:21:52 +0000 |
commit | 973ae360043e91dd6fd4cea674224f81001e76af (patch) | |
tree | b21753be1c9b4a65409e75b9bafb9227b1bd55ed /utils | |
parent | 08540116c788d6f1e67757a00e334989e55f0cfc (diff) | |
download | perl-973ae360043e91dd6fd4cea674224f81001e76af.tar.gz |
h2xs grammar nit
Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
p4raw-id: //depot/perl@12435
Diffstat (limited to 'utils')
-rw-r--r-- | utils/h2xs.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/h2xs.PL b/utils/h2xs.PL index 100d6b113d..2a7b1c42e1 100644 --- a/utils/h2xs.PL +++ b/utils/h2xs.PL @@ -1122,7 +1122,7 @@ if ($opt_x && $opt_a) { } my $pod = <<"END" unless $opt_P; -## Below is stub documentation for your module. You better edit it! +## Below is stub documentation for your module. You'd better edit it! # #=head1 NAME # |