IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 6, 2024, 12:45:24 PM (20 months ago)
Author:
eugene
Message:

Build.PL and Server.pm have Ubuntu / Gentoo differences; uncomment for Ubuntu as default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/lib/Nebulous/Server.pm

    r41374 r42746  
    1919
    2020## for gentoo:
    21 use Digest::SHA1 qw( sha1_hex );
     21# use Digest::SHA1 qw( sha1_hex );
    2222
    2323## for ubuntu:
    24 # use Digest::SHA qw( sha1_hex );
     24use Digest::SHA qw( sha1_hex );
    2525
    2626use Fcntl ':mode';
Note: See TracChangeset for help on using the changeset viewer.