summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorrsiddall <rsiddall>2009-05-16 20:07:01 +0000
committerrsiddall <rsiddall>2009-05-16 20:07:01 +0000
commit63f161eddc1d6a832ef07a43e1bc232770f5f598 (patch)
treec95dc91890e16a110a982fa21eabbe737a10a3ce /FS
parentc196542418599a740405d37454b529d5c98276be (diff)
Added information on common failure causes to the perldoc.
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/part_export/domreg_opensrs.pm7
1 files changed, 6 insertions, 1 deletions
diff --git a/FS/FS/part_export/domreg_opensrs.pm b/FS/FS/part_export/domreg_opensrs.pm
index df8b40006..0ef371a7b 100644
--- a/FS/FS/part_export/domreg_opensrs.pm
+++ b/FS/FS/part_export/domreg_opensrs.pm
@@ -31,6 +31,10 @@ on the setting of the svc_domain's action field.
=back
+This export uses Net::OpenSRS. Registration and transfer attempts will fail unless Net::OpenSRS is installed
+and LWP::UserAgent is able to make HTTPS posts. You can turn on debugging messages and use the OpenSRS test
+gateway when setting up this export.
+
=cut
@ISA = qw(FS::part_export::null);
@@ -267,9 +271,10 @@ sub registrar {
=head1 SEE ALSO
-L<FS::part_export_option>, L<FS::export_svc>, L<FS::svc_domain>,
+L<Net::OpenSRS>, L<FS::part_export_option>, L<FS::export_svc>, L<FS::svc_domain>,
L<FS::Record>, schema.html from the base documentation.
+
=cut
1;