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:
authorJim Brandt <jbrandt@bestpractical.com>2022-11-04 23:46:00 +0300
committerJim Brandt <jbrandt@bestpractical.com>2022-11-04 23:46:00 +0300
commit974b5fd610dbe57d159179d3689ab2a388177500 (patch)
tree944b2b8d68b3d670454ed5550eaf13805341edc0
parentdfd34418d3ead39d0bd8bdfc740e540ffc302dee (diff)
Update cpanfile to use GraphViz2 module5.0/temp-cpanfile-graphviz2
-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';
};