Subject: | Graph::Easy::Parser docs of from_file() on ref |
Date: | Wed, 20 May 2015 19:39:15 +1000 |
To: | bug-Graph-Easy [...] rt.cpan.org |
From: | Kevin Ryde <user42_kevin [...] yahoo.com.au> |
In the Graph::Easy::Parser 0.75 code I see from_file() reckons any ref
to be a file handle to read from.
I think that should be described in the docs, because it affects things
like Path::Class which is an object representing a filename. (It would
be explicitly stringized to pass to from_file() as a filename, which is
not outrageous, but you have to know that's what from_file() wants.)