In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/d21d00c277975a3bcdf6926248dbed22a3317b95?hp=d7b1992c319ddbf79fcc2993f49c7505117a1c10>

- Log -----------------------------------------------------------------
commit d21d00c277975a3bcdf6926248dbed22a3317b95
Author: Ricardo Signes <r...@cpan.org>
Date:   Sun Jun 9 14:02:18 2013 -0400

    add Petr Písař to the AUTHORS file

M       AUTHORS

commit fe89bf70817551c30bcacaef25578ffeb7d71eb1
Author: Petr Písař <ppi...@redhat.com>
Date:   Sun Jun 9 14:01:49 2013 -0400

    Synchronize h2ph POD text with usage output

M       utils/h2ph.PL
-----------------------------------------------------------------------

Summary of changes:
 AUTHORS       |    3 ++-
 utils/h2ph.PL |    8 +++++++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index 436d3d6..10a9b99 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -907,7 +907,8 @@ Peter Scott                 <pe...@psdt.com>
 Peter Valdemar Mørch          <p...@capmon.dk>
 Peter van Heusden              <p...@junior.uwc.ac.za>
 Peter Wolfe                    <wo...@teloseng.com>
-Peter E. Yee                   <y...@trident.arc.nasa.gov> 
+Peter E. Yee                   <y...@trident.arc.nasa.gov>
+Petr Písař                   <ppi...@redhat.com>
 Petter Reinholdtsen            <p...@hungry.com>
 Phil Lobbes                    <p...@perkpartners.com>
 Phil Monsen                    <philip.mon...@pobox.com>
diff --git a/utils/h2ph.PL b/utils/h2ph.PL
index a2d737b..9a8b14d 100644
--- a/utils/h2ph.PL
+++ b/utils/h2ph.PL
@@ -866,7 +866,8 @@ h2ph - convert .h C header files to .ph Perl header files
 
 =head1 SYNOPSIS
 
-B<h2ph [-d destination directory] [-r | -a] [-l] [headerfiles]>
+B<h2ph [-d destination directory] [-r | -a] [-l] [-h] [-e] [-D] [-Q]
+[headerfiles]>
 
 =head1 DESCRIPTION
 
@@ -932,6 +933,11 @@ you will see the slightly more helpful
 
 However, the B<.ph> files almost double in size when built using B<-h>.
 
+=item -e
+
+If an error is encountered during conversion, output file will be removed and
+a warning emitted instead of terminating the conversion immediately.
+
 =item -D
 
 Include the code from the B<.h> file as a comment in the B<.ph> file.

--
Perl5 Master Repository

Reply via email to