Skip Menu |

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

Report information
The Basics
Id: 117075
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::Base docs of _init()
Date: Sat, 20 Aug 2016 12:44:27 +1000
To: bug-Graph-Easy [...] rt.cpan.org
From: Kevin Ryde <user42_kevin [...] yahoo.com.au>
The docs of Graph::Easy::Base could helpfully note how it calls _init($args) with a hashref. I take it subclasses with new parameters should peel them off $args in _init(). (I struck this experimenting with a Graph::Easy::Parser subclass which might like to take a couple of options.)