[SCM] Debian packaging of DateTime-Tiny CPAN distribution branch, master, updated. 0f4993ff1f41fd229f41438c198abbd56fd8a16c

gregor herrmann gregoa at debian.org
Sat Dec 15 21:59:38 UTC 2012


The following commit has been merged in the master branch:
commit a24f83d47d023eb9e7fe9c57657c35d613ce66f4
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Dec 15 22:56:35 2012 +0100

    add spelling patch

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..e1302d7
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,29 @@
+Description: fix a spelling mistake
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=82005
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=82005
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2012-12-15
+
+--- a/README
++++ b/README
+@@ -75,7 +75,7 @@
+ 
+     To make up for this, if you have DateTime installed, any DateTime::Tiny
+     module can be inflated into the equivalent DateTime as needing, loading
+-    DateTime on the fly if necesary.
++    DateTime on the fly if necessary.
+ 
+     This is somewhat similar to DateTime::LazyInit, but unlike that module
+     DateTime::Tiny is not modifiable.
+--- a/lib/DateTime/Tiny.pm
++++ b/lib/DateTime/Tiny.pm
+@@ -82,7 +82,7 @@
+ 
+ To make up for this, B<if> you have L<DateTime> installed, any
+ B<DateTime::Tiny> module can be inflated into the equivalent L<DateTime>
+-as needing, loading L<DateTime> on the fly if necesary.
++as needing, loading L<DateTime> on the fly if necessary.
+ 
+ This is somewhat similar to DateTime::LazyInit, but unlike that module
+ B<DateTime::Tiny> is not modifiable.

-- 
Debian packaging of DateTime-Tiny CPAN distribution



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