1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
#! /bin/sh /usr/share/dpatch/dpatch-run
## 20comments.dpatch by Niko Tyni <ntyni@iki.fi>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fix POD markup.
## DP: Originally probably from CPAN #346 by Michael Guennewig
@DPATCH@
diff -urNad trunk~/Net/IMAP.pm trunk/Net/IMAP.pm
--- trunk~/Net/IMAP.pm 2006-05-13 20:46:12.304650487 +0300
+++ trunk/Net/IMAP.pm 2006-05-13 20:46:30.608511998 +0300
@@ -2523,7 +2523,7 @@
=head1 Myrights
-This is a container for C<myrights> responses>
+This is a container for C<myrights> responses
=head2 mailbox
@@ -2807,7 +2807,7 @@
=head1 Multipart
-This is a container for C<BodyStructure objects that are multipart entities.
+This is a container for C<BodyStructure> objects that are multipart entities.
=head2 parts
@@ -2902,12 +2902,12 @@
=head2 envelope
-If the MIME content type is C<message/rfc822, returns a
+If the MIME content type is C<message/rfc822>, returns a
C<Net::IMAP::Envelope> object, otherwise returns undef.
=head2 bodystructure
-If the MIME content type is C<message/rfc822, returns a
+If the MIME content type is C<message/rfc822>, returns a
C<Net::IMAP::BodyStructure> object, otherwise returns undef.
=head2 md5
|