mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
don't panic about idn
This commit is contained in:
parent
c64d8cc3c6
commit
eba0982e03
5 changed files with 10 additions and 2 deletions
|
@ -4,6 +4,8 @@
|
|||
# (sort of like cgi) with LDMUD. but by now LDMUD knows how
|
||||
# to do MD5 and SHA1 itself, so they are not being used.
|
||||
#
|
||||
# consult http://about.psyc.eu/spawn for instructions
|
||||
#
|
||||
use Digest::MD5 qw(md5 md5_hex);
|
||||
|
||||
$| = 1;
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
# (sort of like cgi) with LDMUD. but by now LDMUD knows how
|
||||
# to do MD5 and SHA1 itself, so they are not being used.
|
||||
#
|
||||
# consult http://about.psyc.eu/spawn for instructions
|
||||
#
|
||||
use Digest::SHA1 qw(sha1 sha1_hex);
|
||||
|
||||
$| = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue