Subject: | Minor doc bug |
Date: | Tue, 13 Jan 2015 15:15:09 -0500 |
To: | bug-Test-Reporter-Transport-Metabase [...] rt.cpan.org |
From: | yary <not.com [...] gmail.com> |
While searching for info on Test::Reporter::Transport::File, I found
this reference in Transport::Metabase's POD
METHODS
These methods are only for internal use by Test::Reporter.
new
my $sender = Test::Reporter::Transport::File->new( $params );
The new method is the object constructor.
Should the constructor for Metabase be
Test::Reporter::Transport::Metabase, and not
Test::Reporter::Transport::File? Or does Metabase use a File object?
-y