r73556 - in /trunk/libtest-output-perl/debian: changelog patches/ patches/series patches/spelling.patch
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Mon Apr 25 17:25:04 UTC 2011
Author: gregoa
Date: Mon Apr 25 17:24:50 2011
New Revision: 73556
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73556
Log:
Add a patch to fix a spelling mistake.
Added:
trunk/libtest-output-perl/debian/patches/
trunk/libtest-output-perl/debian/patches/series
trunk/libtest-output-perl/debian/patches/spelling.patch
Modified:
trunk/libtest-output-perl/debian/changelog
Modified: trunk/libtest-output-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-output-perl/debian/changelog?rev=73556&op=diff
==============================================================================
--- trunk/libtest-output-perl/debian/changelog (original)
+++ trunk/libtest-output-perl/debian/changelog Mon Apr 25 17:24:50 2011
@@ -20,6 +20,7 @@
* Bump debhelper compatibility level to 8.
* Add /me to Uploaders.
* Set Standards-Version to 3.9.2 (no further changes).
+ * Add a patch to fix a spelling mistake.
-- gregor herrmann <gregoa at debian.org> Mon, 25 Apr 2011 19:14:10 +0200
Added: trunk/libtest-output-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-output-perl/debian/patches/series?rev=73556&op=file
==============================================================================
--- trunk/libtest-output-perl/debian/patches/series (added)
+++ trunk/libtest-output-perl/debian/patches/series Mon Apr 25 17:24:50 2011
@@ -1,0 +1,1 @@
+spelling.patch
Added: trunk/libtest-output-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-output-perl/debian/patches/spelling.patch?rev=73556&op=file
==============================================================================
--- trunk/libtest-output-perl/debian/patches/spelling.patch (added)
+++ trunk/libtest-output-perl/debian/patches/spelling.patch Mon Apr 25 17:24:50 2011
@@ -1,0 +1,17 @@
+Description: fix a spelling mistake
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-04-25
+
+--- a/lib/Test/Output.pm
++++ b/lib/Test/Output.pm
+@@ -484,7 +484,7 @@
+ except that $coderef is only executed once.
+
+ Unlike, stdout_is() and stderr_is() which ignore STDERR and STDOUT
+-repectively, output_is() requires both STDOUT and STDERR to match in order
++respectively, output_is() requires both STDOUT and STDERR to match in order
+ to pass. Setting either $expected_stdout or $expected_stderr to C<undef>
+ ignores STDOUT or STDERR respectively.
+
More information about the Pkg-perl-cvs-commits
mailing list