[libmail-box-imap4-perl] 05/05: add pod-spelling.patch

Damyan Ivanov dmn at moszumanska.debian.org
Thu Jan 4 19:46:31 UTC 2018


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

dmn pushed a commit to branch master
in repository libmail-box-imap4-perl.

commit 60b12a744fbe05094c8f5351b93f3e94567e611f
Author: Damyan Ivanov <dmn at debian.org>
Date:   Thu Jan 4 19:46:13 2018 +0000

    add pod-spelling.patch
---
 debian/patches/pod-spelling.patch | 97 +++++++++++++++++++++++++++++++++++++++
 debian/patches/series             |  1 +
 2 files changed, 98 insertions(+)

diff --git a/debian/patches/pod-spelling.patch b/debian/patches/pod-spelling.patch
new file mode 100644
index 0000000..f0c4759
--- /dev/null
+++ b/debian/patches/pod-spelling.patch
@@ -0,0 +1,97 @@
+Description: POD spelling fixes
+Author: Damyan Ivanov <dmn at debian.org>
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=124012
+Bug: https://rt.cpan.org/Ticket/Display.html?id=124012
+
+--- a/lib/Mail/Box/IMAP4.pod
++++ b/lib/Mail/Box/IMAP4.pod
+@@ -121,7 +121,7 @@ folder names.  Usually, the folder named
+ Body objects are immutable, but may still cached or not.  In common
+ case, the body of a message is requested via L<Mail::Message::body()|Mail::Message/"The body">
+ or L<Mail::Message::decoded()|Mail::Message/"The body">.  This returns a handle to a body object.
+-You may decide wether that body object can be reused or not.  C<NO>
++You may decide whether that body object can be reused or not.  C<NO>
+ means: retrieve the data each time again, C<YES> will cache the body data,
+ C<DELAY> will send the whole message when the folder is closed.
+ 
+@@ -705,7 +705,7 @@ proceed for the other messages.
+ 
+ The folder where the messages are copied to is not opened with write
+ access (see L<new(access)|Mail::Box/"Constructors">).  This has no relation with write permission
+-to the folder which is controled by your operating system.
++to the folder which is controlled by your operating system.
+ 
+ =item Warning: Different messages with id $msgid
+ 
+--- a/lib/Mail/Box/IMAP4/Message.pod
++++ b/lib/Mail/Box/IMAP4/Message.pod
+@@ -391,7 +391,7 @@ more that one argument, the list is inte
+ to be set.
+ 
+ The IMAP protocol defines its own names for the labels, which must
+-be set imediately to inform other IMAP clients which may have the
++be set immediately to inform other IMAP clients which may have the
+ same folder open. But that can be changed with L<new(write_labels)|Mail::Box::IMAP4::Message/"METHODS">.
+ Some labels are translated to the corresponding IMAP system labels. 
+ 
+--- a/lib/Mail/Server/IMAP4.pod
++++ b/lib/Mail/Server/IMAP4.pod
+@@ -32,7 +32,7 @@ server-side FETCH answers.
+ 
+ =item * L<Mail::Server::IMAP4::List|Mail::Server::IMAP4::List>
+ 
+-produce LIST reponses about existing folders.  This works
++produce LIST responses about existing folders.  This works
+ in combination with a L<Mail::Box::Manage::User|Mail::Box::Manage::User> object.
+ 
+ =item * L<Mail::Server::IMAP4::Search|Mail::Server::IMAP4::Search>
+--- a/lib/Mail/Server/IMAP4/List.pod
++++ b/lib/Mail/Server/IMAP4/List.pod
+@@ -31,14 +31,14 @@ L<Mail::Box::Identity|Mail::Box::Identit
+ mean that the folders will not be opened to answer these questions.
+ 
+  -Option   --Default
+-  delimeter  '/'
++  delimiter  '/'
+   folders    <from user>
+   inbox      <from user>
+   user       <undef>
+ 
+ =over 2
+ 
+-=item delimeter => STRING|CODE
++=item delimiter => STRING|CODE
+ 
+ Either the constant delimiter, or a code reference which will get passed
+ a folder name and should return the delimiter string used in that name.
+@@ -74,7 +74,7 @@ must get reported.
+ Returns the delimiter string.  The foldername is only required when a
+ CODE reference was specified at initiation.
+ 
+-example: setting-up an IMAP4 delimeter
++example: setting-up an IMAP4 delimiter
+ 
+  sub delim($)
+  {   my $path = shift;
+--- a/lib/Mail/Server/IMAP4/User.pod
++++ b/lib/Mail/Server/IMAP4/User.pod
+@@ -17,7 +17,7 @@ Mail::Server::IMAP4::User - manage the f
+ 
+ =head1 DESCRIPTION
+ 
+-This class adds IMAP protocal features to the normal L<Mail::Box::Manager|Mail::Box::Manager>.
++This class adds IMAP protocol features to the normal L<Mail::Box::Manager|Mail::Box::Manager>.
+ 
+ Extends L<"DESCRIPTION" in Mail::Box::Manage::User|Mail::Box::Manage::User/"DESCRIPTION">.
+  
+--- a/lib/Mail/Transport/IMAP4.pod
++++ b/lib/Mail/Transport/IMAP4.pod
+@@ -20,7 +20,7 @@ Mail::Transport::IMAP4 - proxy to Mail::
+ =head1 DESCRIPTION
+ 
+ The IMAP4 protocol is quite complicated: it is feature rich and allows
+-verious asynchronous actions.  The main document describing IMAP is
++various asynchronous actions.  The main document describing IMAP is
+ rfc3501 (which obsoleted the original specification of protocol 4r1
+ in rfc2060 in March 2003).
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..ad85da2
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pod-spelling.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmail-box-imap4-perl.git



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