Subject: | Bug in Devel::Graph |
Date: | Fri, 01 Sep 2006 11:37:27 -0500 |
To: | bug-Devel-Graph [...] rt.cpan.org |
From: | "Allen J. Bryant" <ajbryant [...] eiu.edu> |
I am using Devel-Graph-0.08 with PERL v5.8.8 on Mandrake see uname -a
output below:
Linux bravoseven.stud17.eiu.edu 2.4.21-0.13mdksecure #1 SMP Fri Mar 14
14:10:36 EST 2003 i686 unknown unknown GNU/Linux
I am attempting to use the graph methode as indicated in the documentation:
my $graph = Devel::Graph->graph( $filename );
Which is supposed to provide a "...shortcut to avoid the OO
interface..." and I receive the following error:
./mk_flw_chrt.pl qiparsr.pl
Unknown conditional type (0) at ./mk_flw_chrt.pl line 9
Where line nine is
my $graph = Devel::Graph->graph( $filename );
After examining the graph method in Graph.pm, I notice it seems to have
no provision for handling files. Perhps this is an upcoming feature
which has yet to be implemented. Just thought you'd like to know.
--
Allen J. Bryant
Scientific Computer Programmer II
Information Technology Services
Eastern Illinois University
phone: 217-581-7626
"In a sort of ghastly simplicity we remove the organ
and demand the function. We make men without chests
and expect of them virtue and enterprise. We laugh
at honour and are shocked to find traitors in our
midst. We castrate and bid the geldings be fruitful."
The Abolition of Man
C.S. Lewis