[libtree-simple-visitorfactory-perl] 11/12: Add a patch to fix a spelling mistake in the POD.

gregor herrmann gregoa at debian.org
Fri May 6 18:15:36 UTC 2016


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

gregoa pushed a commit to branch master
in repository libtree-simple-visitorfactory-perl.

commit f194462ebf6e8a45ee0878c8fce020eb701decd8
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri May 6 20:13:33 2016 +0200

    Add a patch to fix a spelling mistake in the POD.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

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..e412b85
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,18 @@
+Description: fix a spelling mistake in the POD
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-05-06
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=114215
+Bug: https://rt.cpan.org/Ticket/Display.html?id=114215
+
+--- a/lib/Tree/Simple/Visitor/CreateDirectoryTree.pm
++++ b/lib/Tree/Simple/Visitor/CreateDirectoryTree.pm
+@@ -91,7 +91,7 @@
+   use Tree::Simple::Visitor::CreateDirectoryTree;
+ 
+   # create a Tree::Simple object which
+-  # represents a directory heirarchy
++  # represents a directory hierarchy
+   my $tree = Tree::Simple->new("www/")
+                     ->addChildren(
+                         Tree::Simple->new("conf/")

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtree-simple-visitorfactory-perl.git



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