In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/5840c18f54d64eedd62c14cfd8d5afafb86c61bd?hp=f79aa60b66082c8bff80f325979742bfb6c73709>
- Log ----------------------------------------------------------------- commit 5840c18f54d64eedd62c14cfd8d5afafb86c61bd Author: Karl Williamson <pub...@khwilliamson.com> Date: Mon Aug 15 09:01:27 2011 -0600 CORE.pod: fix nit grammar M lib/CORE.pod commit 5b1cac40b9ebeb00508d2a1bf123bb180abf1809 Author: Karl Williamson <pub...@khwilliamson.com> Date: Wed Aug 10 09:47:28 2011 -0600 podcheck.t pod grammar fix M t/porting/podcheck.t ----------------------------------------------------------------------- Summary of changes: lib/CORE.pod | 2 +- t/porting/podcheck.t | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/CORE.pod b/lib/CORE.pod index d2175eb..1a98f76 100644 --- a/lib/CORE.pod +++ b/lib/CORE.pod @@ -20,7 +20,7 @@ CORE - Namespace for Perl's core routines The C<CORE> namespace gives access to the original built-in functions of Perl. The C<CORE> package is built into Perl, and therefore you do not need to use or -require an hypothetical "CORE" module prior to accessing routines in this +require a hypothetical "CORE" module prior to accessing routines in this namespace. A list of the built-in functions in Perl can be found in L<perlfunc>. diff --git a/t/porting/podcheck.t b/t/porting/podcheck.t index a1f35a1..5c10543 100644 --- a/t/porting/podcheck.t +++ b/t/porting/podcheck.t @@ -78,7 +78,7 @@ It's annoying to have lines wrap when displaying pod documentation in a terminal window. This checks that all verbatim lines fit in a standard 80 column window, even when using a pager that reserves a column for its own use. (Thus the check is for a net of 79 columns.) -For those that lines that don't fit, it tells you how much needs to be cut in +For those lines that don't fit, it tells you how much needs to be cut in order to fit. Often, the easiest thing to do to gain space for these is to lower the indent -- Perl5 Master Repository