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 /doc/plugins/graphviz.mdwn | |
parent | d1a5d00156da7bf6f25f8e28969c280738d3281c (diff) | |
download | ikiwiki-fee00fdb7a4ebb52e90f739cca33def70497620e.tar ikiwiki-fee00fdb7a4ebb52e90f739cca33def70497620e.tar.gz |
Use Digest::SHA built into perl rather than external Digest::SHA1 to simplify dependencies. Closes: #591040
Diffstat (limited to 'doc/plugins/graphviz.mdwn')
-rw-r--r-- | doc/plugins/graphviz.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/graphviz.mdwn b/doc/plugins/graphviz.mdwn index 65130ae8c..d57d7dc94 100644 --- a/doc/plugins/graphviz.mdwn +++ b/doc/plugins/graphviz.mdwn @@ -22,4 +22,4 @@ Some example graphs: [[!graph src="a -- b -- c -- a;" prog="circo" type="graph"]] """]] -This plugin uses the [[!cpan Digest::SHA1]] perl module. +This plugin uses the [[!cpan Digest::SHA]] perl module. |