[SCM] Debian packaging of libdevel-cycle-perl branch, master, updated. ea702ff17756f8b9d24b88e75de18373427d8ea5

Florian Schlichting fschlich at zedat.fu-berlin.de
Wed Mar 21 22:27:08 UTC 2012


The following commit has been merged in the master branch:
commit 1fd22a81669d29bb1550ce24658870ec55fafd8f
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Wed Mar 21 23:23:06 2012 +0100

    Added spelling-error-in-manpage.patch

diff --git a/debian/patches/series b/debian/patches/series
index c566a17..bcdbf9e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 unhandled_type_REGEXP.patch
+spelling-error-in-manpage.patch
diff --git a/debian/patches/spelling-error-in-manpage.patch b/debian/patches/spelling-error-in-manpage.patch
new file mode 100644
index 0000000..b6d8c37
--- /dev/null
+++ b/debian/patches/spelling-error-in-manpage.patch
@@ -0,0 +1,24 @@
+Description: fix spelling-error-in-manpage
+Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=75956
+
+--- a/lib/Devel/Cycle.pm
++++ b/lib/Devel/Cycle.pm
+@@ -340,7 +340,7 @@
+    $reference->[$index] eq $reference_value
+ 
+ The first element of the array reference is the $object_reference that
+-you pased to find_cycle() and may not be directly involved in the
++you passed to find_cycle() and may not be directly involved in the
+ cycle.
+ 
+ If a reference is a weak ref produced using Scalar::Util's weaken()
+@@ -376,7 +376,7 @@
+    $reference->[$index] eq $reference_value
+ 
+ The first element of the array reference is the $object_reference that
+-you pased to find_cycle() and may not be directly involved in the
++you passed to find_cycle() and may not be directly involved in the
+ cycle.
+ 
+ =back

-- 
Debian packaging of libdevel-cycle-perl



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