RT# 81961 Repair broken links in POD documentation
[freeside.git] / FS / FS.pm
index d62b5c2..2523d7c 100644 (file)
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
 use strict;
 use vars qw($VERSION);
 
-$VERSION = '3.4git';
+$VERSION = '3.93~git';
 
 #find missing entries in this file with:
 # for a in `ls *pm | cut -d. -f1`; do grep 'L<FS::'$a'>' ../FS.pm >/dev/null || echo "missing $a" ; done
@@ -53,7 +53,7 @@ L<FS::Report::Table> - Report data objects
 
 L<FS::Report::Table::Monthly> - Report data objects
 
-L<FS::XMLRPC> - Backend XML::RPC server
+L<FS::ClientAPI_XMLRPC> - Backend XML::RPC server
 
 L<FS::Misc> - Miscellaneous subroutines
 
@@ -67,6 +67,8 @@ L<FS::cust_main::Search> - Customer searching
 
 L<FS::cust_main::Import> - Batch customer importing
 
+L<FS::contact::Import> - Batch contact importing
+
 =head2 Database record classes
 
 L<FS::Record> - Database record base class
@@ -282,7 +284,7 @@ L<FS::rate_detail> - Rate plan detail for call billing
 
 L<FS::rate_tier> - Rate tiers for call billing
 
-L<FS::rate_tier_details> - Rater tier details for call billing
+L<FS::rate_tier_detail> - Rater tier details for call billing
 
 L<FS::usage_class> - Usage class class
 
@@ -316,9 +318,9 @@ L<FS::cust_pkg_option> - Customer package option class
 
 L<FS::cust_pkg_detail> - Customer package details class
 
-L<FS:;cust_pkg_discount> - Customer package discount class
+L<FS::cust_pkg_discount> - Customer package discount class
 
-L<FS:;cust_bill_pkg_discount> - Customer package discount line item application class
+L<FS::cust_bill_pkg_discount> - Customer package discount line item application class
 
 L<FS::discount> - Discount class
 
@@ -448,6 +450,8 @@ L<FS::queue_arg> - Job arguments
 
 L<FS::queue_depend> - Job dependencies
 
+L<FS::queue_stat> - Job statistics
+
 L<FS::msg_template> - Message templates (customer notices)
 
 L<FS::msgcat> - Message catalogs (error messages)
@@ -506,6 +510,8 @@ L<FS::SelfService> - Self-service API
 
 L<FS::SelfService::XMLRPC> - Self-service XML-RPC API
 
+L<FS::API> - Backoffice XML-RPC API
+
 =head2 User Interface classes
 
 L<FS::UI::Web> - Web user-interface class
@@ -524,8 +530,6 @@ L<freeside-dbdef-create> - Recreate database schema cache
 
 L<freeside-deluser> - Command line interface to delete (freeside) users.
 
-L<freeside-expiration-alerter> - Emails notifications of credit card expirations.
-
 L<freeside-email> -  Prints email addresses of all users on STDOUT
 
 L<freeside-fetch> - Send a freeside page to a list of employees.
@@ -566,21 +570,21 @@ http://www.perl.com/doc/FMTEYEWTK/easy_objects.html might help you out.
 Freeside is a billing and administration package for wired and wireless ISPs,
 VoIP, hosting, service and content providers and other online businesses.
 
-The Freeside home page is at <http://www.sisd.com/freeside>.
+The Freeside home page is at <http://freeside.biz/>.
 
-The main documentation is at <http://www.sisd.com/mediawiki>.
+The main documentation is at <http://freeside.biz/mediawiki>.
 
 =head1 SUPPORT
 
 A mailing list for users is available.  Send a blank message to
-<freeside-users-subscribe@sisd.com> to subscribe.
+<freeside-users-subscribe@freeside.biz> to subscribe.
 
 A mailing list for developers is available.  It is intended to be lower volume
 and higher SNR than the users list.  Send a blank message to
-<freeside-devel-subscribe@sisd.com> to subscribe.
+<freeside-devel-subscribe@freeside.biz> to subscribe.
 
-Commercial support is available; see
-<http://www.sisd.com/freeside/commercial.html>.
+Commercial products and services are available; see
+<http://freeside.biz/freeside/products.html> and <http://freeside.biz/freeside/services.html>.
 
 =head1 AUTHORS
 
@@ -616,7 +620,7 @@ See httemplate/docs/credits.html
 
 =head1 SEE ALSO
 
-perl(1), main Freeside documentation at <http://www.sisd.com/mediawiki/>
+perl(1), main Freeside documentation at <http://freeside.biz/mediawiki/>
 
 =head1 BUGS