summaryrefslogtreecommitdiff
path: root/FS/FS/svc_Parent_Mixin.pm
diff options
context:
space:
mode:
authorMitch Jackson <mitch@freeside.biz>2019-02-16 20:20:54 -0500
committerMitch Jackson <mitch@freeside.biz>2019-02-16 20:25:35 -0500
commit772656864b377bbd2ef2febd40891ef1206b5be0 (patch)
treea97981fda3131cda6e8ef412fa5a2616cf6d45c7 /FS/FS/svc_Parent_Mixin.pm
parent70a5e47201ffd625d0b146af9ce407d285619690 (diff)
RT# 81961 Repair broken links in POD documentation
- Update many links - chmod a+x scripts in FS/bin, so Pod::Simple::HTMLBatch will parse them for POD documentation
Diffstat (limited to 'FS/FS/svc_Parent_Mixin.pm')
-rw-r--r--FS/FS/svc_Parent_Mixin.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/svc_Parent_Mixin.pm b/FS/FS/svc_Parent_Mixin.pm
index 4501baf..a63921f 100644
--- a/FS/FS/svc_Parent_Mixin.pm
+++ b/FS/FS/svc_Parent_Mixin.pm
@@ -76,7 +76,7 @@ sub children_svc_x {
This class provides a check subroutine which takes care of checking the
parent_svcnum field. The svc_ class which uses it will call SUPER::check at
the end of its own checks, and this class will call NEXT::check to pass
-the check "up the chain" (see L<NEXT>).
+the check "up the chain" (see L<perlfunc/next>).
=cut