File: pod2man_item.patch

package info (click to toggle)
libnet-sip-perl 0.59-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 856 kB
  • ctags: 338
  • sloc: perl: 7,864; makefile: 7
file content (41 lines) | stat: -rw-r--r-- 720 bytes parent folder | download
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
35
36
37
38
39
40
41
Description: fix pod2man errors
Forwarded: no
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2010-07-12

--- a/lib/Net/SIP/Debug.pod
+++ b/lib/Net/SIP/Debug.pod
@@ -23,27 +23,27 @@
 
 =over 4
 
-=item 1
+=item Level 1
 
 Debug messages for users
 
-=item 2
+=item Level 2
 
 Includes short SIP packet dumps of incoming and outgoing data
 
-=item 5
+=item Level 5
 
 Includes detailed SIP packet dumps for incoming and outgoing data
 
-=item 10
+=item Level 10
 
 Includes information about call flow, e.g. why packets get dropped etc.
 
-=item 50
+=item Level 50
 
 Detailed debugging for programmers using L<Net::SIP>.
 
-=item 100
+=item Level 100
 
 Detailed debugging for core developers of L<Net::SIP>.