[libcache-bdb-perl] 03/04: Patch to fix POD issues

Christopher Hoskin christopher.hoskin at gmail.com
Sat May 9 16:02:01 UTC 2015


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

grinorcole-guest pushed a commit to branch master
in repository libcache-bdb-perl.

commit c57c2b90d1e1362b1c43ac6579d4d7c7e436fed0
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date:   Sat May 9 16:38:26 2015 +0100

    Patch to fix POD issues
---
 .gitignore                  |  1 +
 debian/patches/fixpod.patch | 34 ++++++++++++++++++++++++++++++++++
 debian/patches/series       |  1 +
 3 files changed, 36 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..224e7f0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.pc/
diff --git a/debian/patches/fixpod.patch b/debian/patches/fixpod.patch
new file mode 100644
index 0000000..f27f9dd
--- /dev/null
+++ b/debian/patches/fixpod.patch
@@ -0,0 +1,34 @@
+Description: Fix formating and spelling in POD
+Author: Christopher Hoskin <christopher.hoskin at gmail.com>
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=104327
+Last-Update: 2015-05-09
+
+--- a/lib/Cache/BDB.pod
++++ b/lib/Cache/BDB.pod
+@@ -123,6 +123,8 @@
+ 
+ =item B<new>(%options)
+ 
++=over 4
++
+ =item * cache_root
+ 
+ Specify the top level directory to store cache and related files
+@@ -133,7 +135,7 @@
+ =item * cache_file
+ 
+ If you want to tell B<Cache::BDB> exactly which file to use for your
+-cache, specify it here. This paramater is required if you plan to use
++cache, specify it here. This parameter is required if you plan to use
+ the env_lock option and/or if you want to have multiple logical
+ databases (namespaces) in a single physical file. If unspecified,
+ B<Cach::BDB> will create its database file using the
+@@ -269,6 +271,8 @@
+ 
+ =back
+ 
++=back
++
+ =over 4
+ 
+ =item B<close>()
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..7a503d4
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fixpod.patch

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



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