remove POD VERSION sections
authorivan <ivan>
Fri, 26 Nov 2004 09:39:52 +0000 (09:39 +0000)
committerivan <ivan>
Fri, 26 Nov 2004 09:39:52 +0000 (09:39 +0000)
14 files changed:
FS/FS/agent_type.pm
FS/FS/cust_credit_refund.pm
FS/FS/cust_main_invoice.pm
FS/FS/nas.pm
FS/FS/part_pop_local.pm
FS/FS/part_svc_column.pm
FS/FS/part_virtual_field.pm
FS/FS/port.pm
FS/FS/queue.pm
FS/FS/queue_arg.pm
FS/FS/router.pm
FS/FS/session.pm
FS/FS/svc_acct_pop.pm
FS/FS/type_pkgs.pm

index 5ba5ef2..968b3b7 100644 (file)
@@ -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
index ff2454d..36c77aa 100644 (file)
@@ -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.
index add0cca..3cabd3a 100644 (file)
@@ -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
index 2d17df8..3495339 100644 (file)
@@ -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.
index f7d5eac..01c59df 100644 (file)
@@ -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.
index 885155b..0450b35 100644 (file)
@@ -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
index 03c34cc..f6a8fe7 100755 (executable)
@@ -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:
index 620030a..253727b 100644 (file)
@@ -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
index 8396fc9..dcac3c6 100644 (file)
@@ -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
index d23ee2a..39c7119 100644 (file)
@@ -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
index 2554ce8..88ba990 100755 (executable)
@@ -127,10 +127,6 @@ sub part_svc {
 
 =back
 
-=head1 VERSION
-
-$Id:
-
 =head1 BUGS
 
 =head1 SEE ALSO
index 2ad594c..615c8ae 100644 (file)
@@ -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
index f98f91a..de41f5b 100644 (file)
@@ -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.
index 5b3b11c..07ad2bc 100644 (file)
@@ -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