[SCM] Debian packaging of libclone-perl branch, master, updated. 3ece4888a3017c013d6e975ad3f76d1a1aa5c823

Salvatore Bonaccorso carnil at debian.org
Thu Nov 22 17:46:53 UTC 2012


The following commit has been merged in the master branch:
commit 7b183953592d17b698b7adfaa6ded32b21699758
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Thu Nov 22 18:39:37 2012 +0100

    Add fix-typo-in-croak-message.patch patch

diff --git a/debian/patches/fix-typo-in-croak-message.patch b/debian/patches/fix-typo-in-croak-message.patch
new file mode 100644
index 0000000..fe2f089
--- /dev/null
+++ b/debian/patches/fix-typo-in-croak-message.patch
@@ -0,0 +1,18 @@
+Description: Fix typo in croak message
+Origin: vendor
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=81348
+Forwarded: yes
+Author: Salvatore Bonaccorso <carnil at debian.org>
+Last-Update: 2012-11-22
+
+--- a/Clone.xs
++++ b/Clone.xs
+@@ -194,7 +194,7 @@
+         clone = SvREFCNT_inc(ref);  /* just return the ref */
+         break;
+       default:
+-        croak("unkown type: 0x%x", SvTYPE(ref));
++        croak("unknown type: 0x%x", SvTYPE(ref));
+     }
+ 
+   /**
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5df3e61
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-typo-in-croak-message.patch

-- 
Debian packaging of libclone-perl



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