[libgeo-gpx-perl] 09/12: Add patch to fix 'compatability' typo.

Bas Couwenberg sebastic at xs4all.nl
Fri Jan 10 21:47:23 UTC 2014


This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository libgeo-gpx-perl.

commit 9a933a84cc964c616e532cd76f590b78416c296f
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Jan 10 22:34:52 2014 +0100

    Add patch to fix 'compatability' typo.
---
 debian/patches/compatability-typo.patch | 11 +++++++++++
 debian/patches/series                   |  1 +
 2 files changed, 12 insertions(+)

diff --git a/debian/patches/compatability-typo.patch b/debian/patches/compatability-typo.patch
new file mode 100644
index 0000000..4d26646
--- /dev/null
+++ b/debian/patches/compatability-typo.patch
@@ -0,0 +1,11 @@
+--- a/lib/Geo/Gpx.pm
++++ b/lib/Geo/Gpx.pm
+@@ -795,7 +795,7 @@ sub xml {
+ 
+ =head2 C<TO_JSON>
+ 
+-For compatability with L<JSON> modules. Converts this object to a hash
++For compatibility with L<JSON> modules. Converts this object to a hash
+ with keys that correspond to the above methods. Generated ala:
+ 
+   my %json = map { $_ => $self->$_ }
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5d54c5e
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+compatability-typo.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libgeo-gpx-perl.git



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