File: fixpod.patch

package info (click to toggle)
libcache-bdb-perl 0.04-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 176 kB
  • ctags: 22
  • sloc: perl: 727; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 899 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Description: Fix formating and spelling in POD
Author: Christopher Hoskin <christopher.hoskin@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>()