[SCM] Debian packaging of libclass-data-inheritable-perl branch, master, updated. 6c4d7c42ecdf0972f543c4ba985232b1af983000

Xavier Guimard x.guimard at free.fr
Fri Mar 8 08:02:33 UTC 2013


The following commit has been merged in the master branch:
commit 2d4c1f8e3a7bf0b07ef5d11f4e28f28664c4a8d6
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Fri Mar 8 08:56:59 2013 +0100

    Add spelling errors patch

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..38edaa7
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling-errors.patch
diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch
new file mode 100644
index 0000000..8b132b6
--- /dev/null
+++ b/debian/patches/spelling-errors.patch
@@ -0,0 +1,26 @@
+Description: spelling errors
+Author: Xavier Guimard <x.guimard at free.fr
+Bug: https://rt.cpan.org/Ticket/Display.html?id=83824
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=83824
+Last-Update: 2013-03-08
+
+--- a/lib/Class/Data/Inheritable.pm
++++ b/lib/Class/Data/Inheritable.pm
+@@ -54,7 +54,7 @@
+ Class::Data::Inheritable is for creating accessor/mutators to class
+ data.  That is, if you want to store something about your class as a
+ whole (instead of about a single object).  This data is then inherited
+-by your subclasses and can be overriden.
++by your subclasses and can be overridden.
+ 
+ For example:
+ 
+@@ -87,7 +87,7 @@
+ 
+ However, should Raygun decide to set its own Suitcase() it has now
+ "overridden" Pere::Ubu and is on its own, just like if it had
+-overriden a method:
++overridden a method:
+ 
+   # Raygun has an orange suitcase, Pere::Ubu's is still Blue.
+   Raygun->Suitcase('Orange');

-- 
Debian packaging of libclass-data-inheritable-perl



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