Revision 9539
Added by Chris Jones almost 9 years ago
register-dataset.cgi | ||
---|---|---|
46 | 46 |
use Fcntl qw(:flock); |
47 | 47 |
use Crypt::JWT qw(decode_jwt); |
48 | 48 |
use Crypt::X509; |
49 |
use IO::Socket::SSL; |
|
50 | 49 |
use strict; |
51 | 50 |
|
52 | 51 |
#debug("running register-dataset.cgi"); |
Also available in: Unified diff
We ended up not being able to use IO::Socket::SSL, so I removed the import statement. Also, add the new Perl module dependencies to the installation documentation.
refs https://github.nceas.ucsb.edu/KNB/arctic-data/issues/42