From: ivan Date: Thu, 6 Jul 2000 13:56:42 +0000 (+0000) Subject: mis-PODed =back should have been a =cut X-Git-Tag: freeside_1_3_0~92 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=aa0ba10d4319ee7cd473776df10abf7a3eec18fc;p=freeside.git mis-PODed =back should have been a =cut in conjunction with AUTOLOAD this was sure a pain to find --- diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm index 558e3838b..56ad5d7fa 100644 --- a/FS/FS/svc_acct.pm +++ b/FS/FS/svc_acct.pm @@ -488,7 +488,7 @@ check attributes of this record. Accessing RADIUS attributes directly is not supported and will break in the future. -=back +=cut sub radius_check { my $self = shift; @@ -500,9 +500,11 @@ sub radius_check { } grep { /^rc_/ && $self->getfield($_) } fields( $self->table ); } +=cut + =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