Subject: | graph-easy overwrites input without warning |
Make a file called "gph" with some text input for graph-easy.
Back it up.
"graph-easy gph --png --verbose" gives:
<
Graph::Easy v0.63 (c) by Tels 2004-2008. Released under the GPL 2.0 or
later.
Creating Graph::Easy::Parser object.
Parsing input in txt from gph.
Writing output as graphviz to gph.
Everything done. Have fun!
Show quoted text
>
Not only does it overwrite "gph" -- which IMO should never happen
without confirmation (these files are not easy to construct) -- but the
verbose msg is wrong (the output is really png), which suggests a bug
the more. Note that when input file is called "gph.txt" or something,
everything works fine and the verbose msg is correct. This suggests
input files without extension arent handled right.