summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2004-11-26 09:39:52 +0000
committerivan <ivan>2004-11-26 09:39:52 +0000
commit96db7f5df100ab0ebdcb23630ada27b4702328b9 (patch)
tree201128197283b222d822bc21cd14b624d50a98ae
parentd868b652862e6d2b93c0987d1135217b5b29265e (diff)
remove POD VERSION sections
-rw-r--r--FS/FS/agent_type.pm4
-rw-r--r--FS/FS/cust_credit_refund.pm4
-rw-r--r--FS/FS/cust_main_invoice.pm4
-rw-r--r--FS/FS/nas.pm4
-rw-r--r--FS/FS/part_pop_local.pm4
-rw-r--r--FS/FS/part_svc_column.pm4
-rwxr-xr-xFS/FS/part_virtual_field.pm4
-rw-r--r--FS/FS/port.pm6
-rw-r--r--FS/FS/queue.pm4
-rw-r--r--FS/FS/queue_arg.pm4
-rwxr-xr-xFS/FS/router.pm4
-rw-r--r--FS/FS/session.pm4
-rw-r--r--FS/FS/svc_acct_pop.pm4
-rw-r--r--FS/FS/type_pkgs.pm4
14 files changed, 0 insertions, 58 deletions
diff --git a/FS/FS/agent_type.pm b/FS/FS/agent_type.pm
index 5ba5ef2..968b3b7 100644
--- a/FS/FS/agent_type.pm
+++ b/FS/FS/agent_type.pm
@@ -149,10 +149,6 @@ sub pkgpart {
=back
-=head1 VERSION
-
-$Id: agent_type.pm,v 1.2 2003-08-05 00:20:40 khoff Exp $
-
=head1 BUGS
=head1 SEE ALSO
diff --git a/FS/FS/cust_credit_refund.pm b/FS/FS/cust_credit_refund.pm
index ff2454d..36c77aa 100644
--- a/FS/FS/cust_credit_refund.pm
+++ b/FS/FS/cust_credit_refund.pm
@@ -161,10 +161,6 @@ sub cust_credit {
=back
-=head1 VERSION
-
-$Id: cust_credit_refund.pm,v 1.11 2004-06-29 04:02:44 ivan Exp $
-
=head1 BUGS
Delete and replace methods.
diff --git a/FS/FS/cust_main_invoice.pm b/FS/FS/cust_main_invoice.pm
index add0cca..3cabd3a 100644
--- a/FS/FS/cust_main_invoice.pm
+++ b/FS/FS/cust_main_invoice.pm
@@ -161,10 +161,6 @@ sub address {
=back
-=head1 VERSION
-
-$Id: cust_main_invoice.pm,v 1.14 2003-08-05 00:20:42 khoff Exp $
-
=head1 BUGS
=head1 SEE ALSO
diff --git a/FS/FS/nas.pm b/FS/FS/nas.pm
index 2d17df8..3495339 100644
--- a/FS/FS/nas.pm
+++ b/FS/FS/nas.pm
@@ -136,10 +136,6 @@ sub heartbeat {
=back
-=head1 VERSION
-
-$Id: nas.pm,v 1.7 2003-08-05 00:20:43 khoff Exp $
-
=head1 BUGS
heartbeat method uses SQL directly and doesn't update history tables.
diff --git a/FS/FS/part_pop_local.pm b/FS/FS/part_pop_local.pm
index f7d5eac..01c59df 100644
--- a/FS/FS/part_pop_local.pm
+++ b/FS/FS/part_pop_local.pm
@@ -99,10 +99,6 @@ sub check {
=back
-=head1 VERSION
-
-$Id: part_pop_local.pm,v 1.2 2003-08-05 00:20:44 khoff Exp $
-
=head1 BUGS
US/CA-centric.
diff --git a/FS/FS/part_svc_column.pm b/FS/FS/part_svc_column.pm
index 885155b..0450b35 100644
--- a/FS/FS/part_svc_column.pm
+++ b/FS/FS/part_svc_column.pm
@@ -100,10 +100,6 @@ sub check {
=back
-=head1 VERSION
-
-$Id: part_svc_column.pm,v 1.2 2003-08-05 00:20:44 khoff Exp $
-
=head1 BUGS
=head1 SEE ALSO
diff --git a/FS/FS/part_virtual_field.pm b/FS/FS/part_virtual_field.pm
index 03c34cc..f6a8fe7 100755
--- a/FS/FS/part_virtual_field.pm
+++ b/FS/FS/part_virtual_field.pm
@@ -259,10 +259,6 @@ sub widget {
return $text;
}
-=head1 VERSION
-
-$Id: part_virtual_field.pm,v 1.2 2003-08-05 00:20:45 khoff Exp $
-
=head1 NOTES
=head2 Semantics of check_block:
diff --git a/FS/FS/port.pm b/FS/FS/port.pm
index 620030a..253727b 100644
--- a/FS/FS/port.pm
+++ b/FS/FS/port.pm
@@ -131,14 +131,8 @@ sub session {
=back
-=head1 VERSION
-
-$Id: port.pm,v 1.6 2003-08-05 00:20:45 khoff Exp $
-
=head1 BUGS
-The author forgot to customize this manpage.
-
The session method won't deal well if you have multiple open sessions on a
port, for example if your RADIUS server drops B<stop> records. Suggestions for
how to deal with this sort of lossage welcome; should we close the session
diff --git a/FS/FS/queue.pm b/FS/FS/queue.pm
index 8396fc9..dcac3c6 100644
--- a/FS/FS/queue.pm
+++ b/FS/FS/queue.pm
@@ -420,10 +420,6 @@ END
=back
-=head1 VERSION
-
-$Id: queue.pm,v 1.18 2004-05-04 18:44:48 ivan Exp $
-
=head1 BUGS
$jobnums global
diff --git a/FS/FS/queue_arg.pm b/FS/FS/queue_arg.pm
index d23ee2a..39c7119 100644
--- a/FS/FS/queue_arg.pm
+++ b/FS/FS/queue_arg.pm
@@ -105,10 +105,6 @@ sub check {
=back
-=head1 VERSION
-
-$Id: queue_arg.pm,v 1.2 2003-08-05 00:20:46 khoff Exp $
-
=head1 BUGS
=head1 SEE ALSO
diff --git a/FS/FS/router.pm b/FS/FS/router.pm
index 2554ce8..88ba990 100755
--- a/FS/FS/router.pm
+++ b/FS/FS/router.pm
@@ -127,10 +127,6 @@ sub part_svc {
=back
-=head1 VERSION
-
-$Id:
-
=head1 BUGS
=head1 SEE ALSO
diff --git a/FS/FS/session.pm b/FS/FS/session.pm
index 2ad594c..615c8ae 100644
--- a/FS/FS/session.pm
+++ b/FS/FS/session.pm
@@ -245,10 +245,6 @@ sub svc_acct {
=back
-=head1 VERSION
-
-$Id: session.pm,v 1.8 2003-08-05 00:20:46 khoff Exp $
-
=head1 BUGS
Maybe you shouldn't be able to insert a session if there's currently an open
diff --git a/FS/FS/svc_acct_pop.pm b/FS/FS/svc_acct_pop.pm
index f98f91a..de41f5b 100644
--- a/FS/FS/svc_acct_pop.pm
+++ b/FS/FS/svc_acct_pop.pm
@@ -186,10 +186,6 @@ END
=back
-=head1 VERSION
-
-$Id: svc_acct_pop.pm,v 1.10 2003-08-05 00:20:47 khoff Exp $
-
=head1 BUGS
It should be renamed to part_pop.
diff --git a/FS/FS/type_pkgs.pm b/FS/FS/type_pkgs.pm
index 5b3b11c..07ad2bc 100644
--- a/FS/FS/type_pkgs.pm
+++ b/FS/FS/type_pkgs.pm
@@ -109,10 +109,6 @@ sub part_pkg {
=back
-=head1 VERSION
-
-$Id: type_pkgs.pm,v 1.3 2003-08-05 00:20:48 khoff Exp $
-
=head1 BUGS
=head1 SEE ALSO