Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bestpractical/rt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'etc/cpanfile')
-rw-r--r--etc/cpanfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/cpanfile b/etc/cpanfile
index aaa8cb969f..8585444339 100644
--- a/etc/cpanfile
+++ b/etc/cpanfile
@@ -190,7 +190,7 @@ feature 'smime' => sub {
};
feature 'graphviz' => sub {
- requires 'GraphViz';
+ requires 'GraphViz2';
requires 'IPC::Run', '>= 0.90';
};