diff options
author | Joey Hess <joey@kitenet.net> | 2010-07-31 15:54:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-07-31 15:54:25 -0400 |
commit | fee00fdb7a4ebb52e90f739cca33def70497620e (patch) | |
tree | 453965713832b4a1cb23c4e4d0c0189b9c251a34 /Bundle | |
parent | d1a5d00156da7bf6f25f8e28969c280738d3281c (diff) |
Use Digest::SHA built into perl rather than external Digest::SHA1 to simplify dependencies. Closes: #591040
Diffstat (limited to 'Bundle')
-rw-r--r-- | Bundle/IkiWiki/Extras.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Bundle/IkiWiki/Extras.pm b/Bundle/IkiWiki/Extras.pm index 5bbd7b8c6..64e907306 100644 --- a/Bundle/IkiWiki/Extras.pm +++ b/Bundle/IkiWiki/Extras.pm @@ -16,7 +16,6 @@ perl -MCPAN -e 'install Bundle::IkiWiki::Extras' =head1 CONTENTS -Digest::SHA1 Authen::Passphrase Search::Xapian RPC::XML |