Skip Menu |

This queue is for tickets about the Graph-Easy CPAN distribution.

Report information
The Basics
Id: 104561
Status: new
Priority: 0/
Queue: Graph-Easy

People
Owner: Nobody in particular
Requestors: user42_kevin [...] yahoo.com.au
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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.)