Ao tentar instalar o módulo, alguns dos testes falham: Running Build test t/closure.t .. ok t/croak.t .... ok t/graphpm.t .. ok t/loop.t ..... 1/4 PPI::Structure::ForLoop has been deprecated at /home/stanislaw.pusep/perl5/lib/perl5/PPI/Structure/For.pm line 51. t/loop.t ..... ok t/parse.t .... 29/? # Looks like you planned 29 tests but ran 30. t/parse.t .... Dubious, test returned 255 (wstat 65280, 0xff00) All 29 subtests passed t/pod.t ...... ok t/pod_cov.t .. ok
Não obstante, forçei a instalação, só para constatar que, de fato, não funciona: $ perl -MDevel::Graph -E 'my $grapher = Devel::Graph->new(); my $graph = $grapher->decompose( "glue.pl" ); say $graph->as_ascii();' PPI::Structure::ForLoop has been deprecated at -e line 1 Unknown conditional type ; at -e line 1 ABS() 2011/5/29 Diogo Leal <[email protected]> > Como assim "não funciona"? > > > Diogo Leal [aka estranho] > http://diogoleal.com > msn | gtalk: [email protected] > > > > 2011/5/29 Stanislaw Pusep <[email protected]> > >> Olhem só o que desenterrei: >> >> Devel::Graph - Turn Perl code into a graphical flowchart >> >> Pena que não funciona :( >> Alguém conhece alguma alternativa funcional? >> >> ABS() >> >> =begin disclaimer >> Sao Paulo Perl Mongers: http://sao-paulo.pm.org/ >> SaoPaulo-pm mailing list: [email protected] >> L<http://mail.pm.org/mailman/listinfo/saopaulo-pm> >> =end disclaimer >> >> > > =begin disclaimer > Sao Paulo Perl Mongers: http://sao-paulo.pm.org/ > SaoPaulo-pm mailing list: [email protected] > L<http://mail.pm.org/mailman/listinfo/saopaulo-pm> > =end disclaimer > >
=begin disclaimer Sao Paulo Perl Mongers: http://sao-paulo.pm.org/ SaoPaulo-pm mailing list: [email protected] L<http://mail.pm.org/mailman/listinfo/saopaulo-pm> =end disclaimer
