diff options
author | Mitch Jackson <mitch@freeside.biz> | 2019-02-16 20:20:54 -0500 |
---|---|---|
committer | Mitch Jackson <mitch@freeside.biz> | 2019-02-27 03:27:27 -0500 |
commit | 17a8b72b78ba455b58d53731fe557a471e0f2947 (patch) | |
tree | 8caf8bc95fcf2608fd8704397ed307cef7fd8342 /FS/bin/freeside-selfservice-xmlrpcd | |
parent | 83cad295d38b0c764b59b62bc4840dcf666b7de9 (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/bin/freeside-selfservice-xmlrpcd')
-rwxr-xr-x | FS/bin/freeside-selfservice-xmlrpcd | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/FS/bin/freeside-selfservice-xmlrpcd b/FS/bin/freeside-selfservice-xmlrpcd index 88cfb7c62..9a8481e4d 100755 --- a/FS/bin/freeside-selfservice-xmlrpcd +++ b/FS/bin/freeside-selfservice-xmlrpcd @@ -3,9 +3,11 @@ # based on http://www.perlmonks.org/?node_id=582781 by Justin Hawkins # and http://poe.perl.org/?POE_Cookbook/Web_Server_With_Forking -### -# modules and constants and variables, oh my -### +=head1 NAME + +freeside-selfservice-xmlrpcd + +=cut use warnings; use strict; |