[SCM] Debian packaging of libtest-simpleunit-perl branch, master, updated. 08bae05130a94ede8ce667a8f311cf555558f739

gregor herrmann gregoa at debian.org
Tue Nov 15 19:04:28 UTC 2011


The following commit has been merged in the master branch:
commit c7d4afdfecd713e55ddb0296eaa52fe883da2974
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Nov 15 19:59:28 2011 +0100

    Add a patch to fix a spelling mistake.

diff --git a/debian/patches/series b/debian/patches/series
index 3a82c03..7b6ebd2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 perl_re.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..fd3ce0d
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,29 @@
+Description: minor spelling fix
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=72450
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=72450
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-11-15
+
+--- a/README
++++ b/README
+@@ -73,7 +73,7 @@
+   allows a test designer to change the setup function as the tests progress. See
+   the EXAMPLE section for an example of how to use this.
+ 
+-  If a test is preceeded by multiple new setup/teardown functions, the last one
++  If a test is preceded by multiple new setup/teardown functions, the last one
+   to be specified is kept, and any others are discarded after being executed
+   once. This allows one to specify one-time setup and/or teardown functions at a
+   given point of testing.
+--- a/lib/Test/SimpleUnit.pm
++++ b/lib/Test/SimpleUnit.pm
+@@ -171,7 +171,7 @@
+ allows a test designer to change the setup function as the tests progress. See
+ the L<EXAMPLE|"EXAMPLE"> section for an example of how to use this.
+ 
+-If a test is preceeded by multiple new setup/teardown functions, the last one to
++If a test is preceded by multiple new setup/teardown functions, the last one to
+ be specified is kept, and any others are discarded after being executed
+ once. This allows one to specify one-time setup and/or teardown functions at a
+ given point of testing.

-- 
Debian packaging of libtest-simpleunit-perl



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