[libconvert-binary-c-perl] 09/11: Add patch to fix wording in POD.

gregor herrmann gregoa at debian.org
Mon Nov 30 19:27:09 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libconvert-binary-c-perl.

commit b854e8d226ef8a1773191c075d2f9bb18bfe4923
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Nov 30 20:23:32 2015 +0100

    Add patch to fix wording in POD.
---
 debian/patches/series        |  1 +
 debian/patches/wording.patch | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..fa8b5d6
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+wording.patch
diff --git a/debian/patches/wording.patch b/debian/patches/wording.patch
new file mode 100644
index 0000000..c3b4e4f
--- /dev/null
+++ b/debian/patches/wording.patch
@@ -0,0 +1,27 @@
+Description: improve wording/grammar in POD
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2015-11-30
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=109978
+Bug: https://rt.cpan.org/Ticket/Display.html?id=109978
+
+--- a/lib/Convert/Binary/C.pm
++++ b/lib/Convert/Binary/C.pm
+@@ -157,7 +157,7 @@
+ interface has L<C<pack>|/"pack"> and L<C<unpack>|/"unpack"> methods
+ that act as replacements for
+ Perl's L<C<pack>|perlfunc/"pack"> and L<C<unpack>|perlfunc/"unpack"> and
+-allow to use C types instead of a string representation
++allow one to use C types instead of a string representation
+ of the data structure for conversion of binary data from and
+ to Perl's complex data structures.
+ 
+@@ -557,7 +557,7 @@
+ 
+ The C<pack> pragma as it is currently implemented only affects
+ the I<maximum> struct member alignment. There are compilers
+-that also allow to specify the I<minimum> struct member
++that also allow one to specify the I<minimum> struct member
+ alignment. This is not supported by Convert::Binary::C.
+ 
+ =head2 Automatic configuration using C<ccconfig>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconvert-binary-c-perl.git



More information about the Pkg-perl-cvs-commits mailing list