In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/da46ab3732c369c451e8f975eeca0700552ac282?hp=5bb43e770a00640bf60e94cdf307e572cac39a1b>

- Log -----------------------------------------------------------------
commit da46ab3732c369c451e8f975eeca0700552ac282
Author: Peter Martini <[email protected]>
Date:   Sun Jul 21 18:45:45 2013 -0400

    Fix missing single quote in a sed in hints/aix.sh

M       hints/aix.sh

commit c2a006195998befcd298bcb6a93d2788f9f60071
Author: Karl Williamson <[email protected]>
Date:   Mon Jul 22 18:01:30 2013 -0600

    epigraphs.pod: Fix too long verbatim lines
    
    The new 5.19.2 epigraph is prose, so it can just be block-quoted
    instead of verbatim.
    
    This commit also fixes the 5.13.11 epigraph, which already had some long
    lines wrapped.

M       Porting/epigraphs.pod
M       t/porting/known_pod_issues.dat
-----------------------------------------------------------------------

Summary of changes:
 Porting/epigraphs.pod          | 19 ++++++++++++-------
 hints/aix.sh                   |  2 +-
 t/porting/known_pod_issues.dat |  2 +-
 3 files changed, 14 insertions(+), 9 deletions(-)

diff --git a/Porting/epigraphs.pod b/Porting/epigraphs.pod
index cbebcba..c94eb9a 100644
--- a/Porting/epigraphs.pod
+++ b/Porting/epigraphs.pod
@@ -21,12 +21,16 @@ Consult your favorite dictionary for details.
 
 L<Announced on 2013-07-22 by Aristotle 
Pagaltzis|http://www.nntp.perl.org/group/perl.perl5.porters/2013/07/msg204905.html>
 
-  The magic of myth and legend has come true in our time. One types the correct
-  incantation on a keyboard, and a display screen comes to life, showing things
-  that never were nor could be. [...] Not all is delight, however [...] One 
must
-  perform perfectly. The computer resembles the magic of legend in this 
respect,
-  too. If one character, one pause, of the incantation is not strictly in 
proper
-  form, the magic doesn't work.
+=over
+
+The magic of myth and legend has come true in our time. One types the
+correct incantation on a keyboard, and a display screen comes to life,
+showing things that never were nor could be. [...] Not all is delight,
+however [...] One must perform perfectly. The computer resembles the
+magic of legend in this respect, too. If one character, one pause, of
+the incantation is not strictly in proper form, the magic doesn't work.
+
+=back
 
 =head2 v5.19.1 - William Shakespeare, "A Midsummer Night's Dream"
 
@@ -859,7 +863,8 @@ L<Announced on 2011-02-20 by Florian 
Ragwitz|http://www.xray.mpe.mpg.de/mailing-
       Nay he is mine alone;
   --Then the full-grown poet stood between the two, and took each
       by the hand;
-  And to-day and ever so stands, as blender, uniter, tightly holding hands,
+  And to-day and ever so stands, as blender, uniter, tightly
+      holding hands,
   Which he will never release until he reconciles the two,
   And wholly and joyously blends them.
 
diff --git a/hints/aix.sh b/hints/aix.sh
index e1ae2fd..675cfa6 100644
--- a/hints/aix.sh
+++ b/hints/aix.sh
@@ -342,7 +342,7 @@ libswanted_uselargefiles="`getconf XBS5_ILP32_OFFBIG_LIBS 
2>/dev/null|sed -e 's@
                    esac
                 # Some 32-bit getconfs will set ccflags to include -qlonglong
                 # but that's no longer needed with an explicit -qextc99.
-                ccflags="`echo $ccflags | sed -e 's@ -qlonglong@@`"
+                ccflags="`echo $ccflags | sed -e 's@ -qlonglong@@'`"
                ;;
            *)  # Remove xlc-specific -qflags.
                ccflags="`echo $ccflags | sed -e 's@ -q[^ ]*@ @g' -e 's@^-q[^ 
]* @@g'`"
diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat
index cdd5971..de9a3bf 100644
--- a/t/porting/known_pod_issues.dat
+++ b/t/porting/known_pod_issues.dat
@@ -265,7 +265,7 @@ pod/perltru64.pod   ? Should you be using F<...> or maybe 
L<...> instead of 1
 pod/perltru64.pod      Verbatim line length including indents exceeds 79 by    
5
 pod/perlvms.pod        ? Should you be using F<...> or maybe L<...> instead of 
1
 pod/perlwin32.pod      Verbatim line length including indents exceeds 79 by    
12
-porting/epigraphs.pod  Verbatim line length including indents exceeds 79 by    
3
+porting/epigraphs.pod  Verbatim line length including indents exceeds 79 by    
2
 porting/expand-macro.pl        Verbatim line length including indents exceeds 
79 by    2
 porting/release_managers_guide.pod     Verbatim line length including indents 
exceeds 79 by    7
 porting/todo.pod       Verbatim line length including indents exceeds 79 by    
7

--
Perl5 Master Repository

Reply via email to