diff options
author | Sebastian Schmelzer | 2012-04-11 19:22:01 +0200 |
---|---|---|
committer | Sebastian Schmelzer | 2012-04-11 19:22:01 +0200 |
commit | 673e8382e48a300395ce3de212f760814d8e2a01 (patch) | |
tree | 4ea4c4d7ed110c7c752189a9fe556c8687cecb77 /tools/inc | |
parent | add ubuntu 12.04 (diff) | |
download | core-673e8382e48a300395ce3de212f760814d8e2a01.tar.gz core-673e8382e48a300395ce3de212f760814d8e2a01.tar.xz core-673e8382e48a300395ce3de212f760814d8e2a01.zip |
update to new perl SHA library
Diffstat (limited to 'tools/inc')
-rw-r--r-- | tools/inc/perl.modules.base | 4 | ||||
-rw-r--r-- | tools/inc/perl.modules.ubuntu | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tools/inc/perl.modules.base b/tools/inc/perl.modules.base index 6e6febd1..ae8a9d6d 100644 --- a/tools/inc/perl.modules.base +++ b/tools/inc/perl.modules.base @@ -5,7 +5,7 @@ Data::Dumper Cwd DBI Digest::MD5 -Digest::SHA1 +Digest::SHA Encode Exporter Fcntl @@ -26,4 +26,4 @@ Scalar::Util Socket Storable Sys::Hostname -Term::ReadLine
\ No newline at end of file +Term::ReadLine diff --git a/tools/inc/perl.modules.ubuntu b/tools/inc/perl.modules.ubuntu index 2a520b01..d733cdb0 100644 --- a/tools/inc/perl.modules.ubuntu +++ b/tools/inc/perl.modules.ubuntu @@ -5,7 +5,7 @@ Data::Dumper perl Cwd perl-base DBI libdbi-perl Digest::MD5 perl -Digest::SHA1 libdigest-sha1-perl +Digest::SHA libdigest-sha-perl Encode perl Exporter perl-base Fcntl perl-base @@ -26,4 +26,4 @@ Scalar::Util perl-base Socket perl-base Storable perl Sys::Hostname perl -Term::ReadLine perl-modules
\ No newline at end of file +Term::ReadLine perl-modules |