In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/6cba11c82282d9124d0cade24e1423f7fa2a3a0a?hp=332878e1ede268223970e2ddec708901541910d4>

- Log -----------------------------------------------------------------
commit 6cba11c82282d9124d0cade24e1423f7fa2a3a0a
Author: Michael Stevens <mstev...@etla.org>
Date:   Tue Feb 1 22:10:23 2011 +0000

    Fix excess whitespace in pod.
-----------------------------------------------------------------------

Summary of changes:
 dump.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dump.c b/dump.c
index 15a788f..a340a9c 100644
--- a/dump.c
+++ b/dump.c
@@ -364,18 +364,18 @@ If the PERL_PV_PRETTY_QUOTE flag is set then the result 
will be
 double quoted with any double quotes in the string escaped. Otherwise
 if the PERL_PV_PRETTY_LTGT flag is set then the result be wrapped in
 angle brackets. 
-           
+
 If the PERL_PV_PRETTY_ELLIPSES flag is set and not all characters in
 string were output then an ellipsis C<...> will be appended to the
 string. Note that this happens AFTER it has been quoted.
-           
+
 If start_color is non-null then it will be inserted after the opening
 quote (if there is one) but before the escaped text. If end_color
 is non-null then it will be inserted after the escaped text but before
 any quotes or ellipses.
 
 Returns a pointer to the prettified text as held by dsv.
-           
+
 =cut           
 */
 

--
Perl5 Master Repository

Reply via email to