[freeside-commits] freeside/FS/FS/part_export domreg_opensrs.pm, 1.3, 1.4

Richard Siddall rsiddall at wavetail.420.am
Sat May 16 13:07:03 PDT 2009


Update of /home/cvs/cvsroot/freeside/FS/FS/part_export
In directory wavetail.420.am:/tmp/cvs-serv18602/FS/FS/part_export

Modified Files:
	domreg_opensrs.pm 
Log Message:
Added information on common failure causes to the perldoc.


Index: domreg_opensrs.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export/domreg_opensrs.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- domreg_opensrs.pm	16 May 2009 19:27:44 -0000	1.3
+++ domreg_opensrs.pm	16 May 2009 20:07:01 -0000	1.4
@@ -31,6 +31,10 @@
 
 =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 @@
 
 =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;



More information about the freeside-commits mailing list