Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37901191
en ru br
ALT Linux repositórios
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 :: Desenvolvimento/Perl
RPM: perl-AI-DecisionTree

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e 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;
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009