[SCM] Debian packaging of libclass-c3-perl branch, master, updated. 9ebee1a92c8d5e3cdfdc27a976ebce31e45f2a3f
gregor herrmann
gregoa at debian.org
Sat May 26 19:47:42 UTC 2012
The following commit has been merged in the master branch:
commit bf213a370e1b7807f78ab5e3241cd1748f2bdac1
Author: gregor herrmann <gregoa at debian.org>
Date: Sat May 26 21:43:57 2012 +0200
Refresh spelling patch and forward it upstream.
diff --git a/debian/patches/fix-pod-spelling.patch b/debian/patches/fix-pod-spelling.patch
index 2e09cb4..39dbe05 100644
--- a/debian/patches/fix-pod-spelling.patch
+++ b/debian/patches/fix-pod-spelling.patch
@@ -1,13 +1,14 @@
Description: fix POD spelling
Origin: vendor
-Forwarded: no
+Bug: https://rt.cpan.org/Ticket/Display.html?id=77453
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=77453
Author: Jonathan Yu <jawnsy at cpan.org>
Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2011-03-05
+Last-Update: 2012-05-26
--- a/lib/Class/C3.pm
+++ b/lib/Class/C3.pm
-@@ -34,7 +34,7 @@
+@@ -44,7 +44,7 @@
# this:
#
# $MRO{$class} = {
@@ -16,7 +17,7 @@ Last-Update: 2011-03-05
# methods => {
# orig => <original location of method>,
# code => \&<ref to original method>
-@@ -280,13 +280,13 @@
+@@ -290,13 +290,13 @@
C3 is the name of an algorithm which aims to provide a sane method resolution order under multiple
inheritance. It was first introduced in the langauge Dylan (see links in the L<SEE ALSO> section),
@@ -32,7 +33,7 @@ Last-Update: 2011-03-05
appear before any of its subclasses. Take the classic diamond inheritance pattern for instance:
<A>
-@@ -340,7 +340,7 @@
+@@ -350,7 +350,7 @@
=item B<initialize>
@@ -41,7 +42,7 @@ Last-Update: 2011-03-05
you do not do this. It is advised to do this as soon as possible B<after> loading any classes which
use C3. Here is a quick code example:
-@@ -445,7 +445,7 @@
+@@ -455,7 +455,7 @@
=item Use of C<SUPER::>.
--
Debian packaging of libclass-c3-perl
More information about the Pkg-perl-cvs-commits
mailing list