Changeset 42746
- Timestamp:
- Dec 6, 2024, 12:45:24 PM (20 months ago)
- Location:
- trunk/Nebulous-Server
- Files:
-
- 2 edited
-
Build.PL (modified) (2 diffs)
-
lib/Nebulous/Server.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/Build.PL
r41172 r42746 15 15 'DBD::mysql' => '3.0007', 16 16 'DBI' => '1.53', 17 'Digest::SHA1' => 0,18 17 'File::Basename' => 0, 19 18 'File::ExtAttr' => '1.03', 20 'File::Mountpoint' => '0.01', 19 # needed for Ubuntu, not Gentoo 20 'Digest::SHA' => 0, 21 # not needed for Ubuntu 22 # 'Digest::SHA1' => 0, 23 # 'File::Mountpoint' => '0.01', 24 # 'Filesys::Df' => '0.92', 21 25 'File::Path' => '1.08', 22 26 'File::Spec' => 0, 23 27 'File::Spec::Functions' => 0, 24 28 'File::Temp' => 0, 25 'Filesys::Df' => '0.92',26 29 'Log::Dispatch::Email::MailSend' => 0, 27 30 'Log::Log4perl' => '0.48', … … 34 37 build_requires => { 35 38 'Test::More' => '0.49', 36 'Test::URI' => '1.06',37 'Test::DBUnit' => '0.20',39 # 'Test::URI' => '1.06', 40 # 'Test::DBUnit' => '0.20', 38 41 }, 39 42 recommends => { 40 43 'Test::Distribution' => '1.22', 41 'Apache2::SOAP' => 0, 44 # needed for Gentoo, not Ubuntu 45 # 'Apache2::SOAP' => 0, 46 # needed for Ubuntu, not Gentoo 47 'Apache::SOAP' => 0, 42 48 'Apache::DBI' => '1.05', 43 49 }, -
trunk/Nebulous-Server/lib/Nebulous/Server.pm
r41374 r42746 19 19 20 20 ## for gentoo: 21 use Digest::SHA1 qw( sha1_hex );21 # use Digest::SHA1 qw( sha1_hex ); 22 22 23 23 ## for ubuntu: 24 #use Digest::SHA qw( sha1_hex );24 use Digest::SHA qw( sha1_hex ); 25 25 26 26 use Fcntl ':mode';
Note:
See TracChangeset
for help on using the changeset viewer.
