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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
|
From: Tzafrir Cohen <tzafrir@debian.org>
Date: Thu, 22 Dec 2016 23:27:19 +0200
Subject: Fix pod2man errors
---
lib/Asterisk/Astman.pm | 2 --
lib/Asterisk/Conf/IAX.pm | 2 --
lib/Asterisk/Conf/MeetMe.pm | 2 --
lib/Asterisk/Conf/Zapata.pm | 2 --
lib/Asterisk/Extension.pm | 2 --
lib/Asterisk/Zapata.pm | 2 --
6 files changed, 12 deletions(-)
diff --git a/lib/Asterisk/Astman.pm b/lib/Asterisk/Astman.pm
index 48e07bd..491d397 100644
--- a/lib/Asterisk/Astman.pm
+++ b/lib/Asterisk/Astman.pm
@@ -14,8 +14,6 @@ stuff goes here
description
-=over 4
-
=cut
use Asterisk;
diff --git a/lib/Asterisk/Conf/IAX.pm b/lib/Asterisk/Conf/IAX.pm
index de64e65..16c5446 100644
--- a/lib/Asterisk/Conf/IAX.pm
+++ b/lib/Asterisk/Conf/IAX.pm
@@ -14,8 +14,6 @@ stuff goes here
description
-=over 4
-
=cut
use Asterisk;
diff --git a/lib/Asterisk/Conf/MeetMe.pm b/lib/Asterisk/Conf/MeetMe.pm
index 33a3a50..67f5162 100644
--- a/lib/Asterisk/Conf/MeetMe.pm
+++ b/lib/Asterisk/Conf/MeetMe.pm
@@ -14,8 +14,6 @@ stuff goes here
description
-=over 4
-
=cut
use Asterisk;
diff --git a/lib/Asterisk/Conf/Zapata.pm b/lib/Asterisk/Conf/Zapata.pm
index fb07040..d637937 100644
--- a/lib/Asterisk/Conf/Zapata.pm
+++ b/lib/Asterisk/Conf/Zapata.pm
@@ -14,8 +14,6 @@ stuff goes here
description
-=over 4
-
=cut
use Asterisk;
diff --git a/lib/Asterisk/Extension.pm b/lib/Asterisk/Extension.pm
index ef901ae..d308060 100644
--- a/lib/Asterisk/Extension.pm
+++ b/lib/Asterisk/Extension.pm
@@ -14,8 +14,6 @@ stuff goes here
description
-=over 4
-
=cut
use Asterisk;
diff --git a/lib/Asterisk/Zapata.pm b/lib/Asterisk/Zapata.pm
index 07a0188..dcecd8d 100644
--- a/lib/Asterisk/Zapata.pm
+++ b/lib/Asterisk/Zapata.pm
@@ -14,8 +14,6 @@ stuff goes here
description
-=over 4
-
=cut
use Asterisk;
|