Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37863356
en ru br
ALT Linux repos
S:0.11-alt2.2
5.0: 0.08-alt1.1
4.1: 0.08-alt1.1
4.0: 0.08-alt1.1
3.0: 0.08-alt1.1

Group :: Development/Perl
RPM: perl-AI-DecisionTree

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: perl-AI-DecisionTree-0.11-alt-GraphViz.patch
Download


diff --git a/lib/AI/DecisionTree.pm b/lib/AI/DecisionTree.pm
index 561999f..355d26f 100644
--- a/lib/AI/DecisionTree.pm
+++ b/lib/AI/DecisionTree.pm
@@ -343,7 +343,7 @@ sub get_result {
 sub as_graphviz {
   my ($self, %args) = @_;
   my $colors = delete $args{leaf_colors} || {};
-  require GraphViz;
+  eval { require GraphViz; } or die $@;
   my $g = GraphViz->new(%args);
 
   my $id = 1;
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin