r68960 - in /trunk/libmime-tools-perl/debian: changelog patches/fix-spelling.patch

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Thu Feb 17 23:19:41 UTC 2011


Author: carnil
Date: Thu Feb 17 23:19:15 2011
New Revision: 68960

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68960
Log:
fix patch

Modified:
    trunk/libmime-tools-perl/debian/changelog
    trunk/libmime-tools-perl/debian/patches/fix-spelling.patch

Modified: trunk/libmime-tools-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-tools-perl/debian/changelog?rev=68960&op=diff
==============================================================================
--- trunk/libmime-tools-perl/debian/changelog (original)
+++ trunk/libmime-tools-perl/debian/changelog Thu Feb 17 23:19:15 2011
@@ -6,7 +6,7 @@
   * Add myself to Uploaders
   * debian/copyright: Refresh debian/* stanza.
   * Drop spelling.patch as it is applied upstream. Add fix-spelling.patch to
-    fix spelling error in comment. 
+    fix another spelling error. 
 
  -- Salvatore Bonaccorso <carnil at debian.org>  Fri, 18 Feb 2011 00:14:15 +0100
 

Modified: trunk/libmime-tools-perl/debian/patches/fix-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-tools-perl/debian/patches/fix-spelling.patch?rev=68960&op=diff
==============================================================================
--- trunk/libmime-tools-perl/debian/patches/fix-spelling.patch (original)
+++ trunk/libmime-tools-perl/debian/patches/fix-spelling.patch Thu Feb 17 23:19:15 2011
@@ -1,16 +1,16 @@
-Description: Fix spelling error in comment for Mime/Parser.pm
+Description: Fix spelling in Mime/Parser.pm
 Origin: vendor
 Forwarded: no
 Author: Salvatore Bonaccorso <carnil at debian.org>
 
 --- a/lib/MIME/Parser.pm
 +++ b/lib/MIME/Parser.pm
-@@ -1118,7 +1118,7 @@
-         $io = IO::File->new($data, '<:');
-     } elsif( ref $data eq 'ARRAY' ) {
- 	# Passing arrays is deprecated now that we've nuked IO::ScalarArray
--	# but for backwards compatability we still support it by joining the
-+	# but for backwards compatibility we still support it by joining the
- 	# array lines to a scalar and doing scalar IO on it.
- 	my $tmp_data = join('', @$data);
- 	$io = IO::File->new(\$tmp_data, '<:');
+@@ -1790,7 +1790,7 @@
+ 
+ B<Native I/O is much faster than object-oriented I/O.>
+ It's much faster to use E<lt>$fooE<gt> than $foo-E<gt>getline.
+-For backwards compatibilty, this module must continue to use
++For backwards compatibility, this module must continue to use
+ object-oriented I/O in most places, but if you use L<parse()|/parse>
+ with a "real" filehandle (string, globref, or subclass of IO::File)
+ then MIME::Parser is able to perform some crucial optimizations.




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