mis-PODed =back should have been a =cut
authorivan <ivan>
Thu, 6 Jul 2000 13:56:42 +0000 (13:56 +0000)
committerivan <ivan>
Thu, 6 Jul 2000 13:56:42 +0000 (13:56 +0000)
in conjunction with AUTOLOAD this was sure a pain to find

FS/FS/svc_acct.pm

index 558e383..56ad5d7 100644 (file)
@@ -488,7 +488,7 @@ check attributes of this record.
 Accessing RADIUS attributes directly is not supported and will break in the
 future.
 
 Accessing RADIUS attributes directly is not supported and will break in the
 future.
 
-=back
+=cut
 
 sub radius_check {
   my $self = shift;
 
 sub radius_check {
   my $self = shift;
@@ -500,9 +500,11 @@ sub radius_check {
   } grep { /^rc_/ && $self->getfield($_) } fields( $self->table );
 }
 
   } grep { /^rc_/ && $self->getfield($_) } fields( $self->table );
 }
 
+=cut
+
 =head1 VERSION
 
 =head1 VERSION
 
-$Id: svc_acct.pm,v 1.9 2000-07-06 08:57:27 ivan Exp $
+$Id: svc_acct.pm,v 1.10 2000-07-06 13:56:42 ivan Exp $
 
 =head1 BUGS
 
 
 =head1 BUGS