Subject: | bug in documentation for QPSReport |
Date: | Tue, 30 Oct 2012 10:08:44 +0000 |
To: | bug-Net-Dynect-REST [...] rt.cpan.org |
From: | Paul Mansfield <paul.mansfield [...] grapeshot.co.uk> |
https://rt.cpan.org/Public/Dist/Display.html?Name=Net-Dynect-REST
the web page says
Net::Dynect::REST::QPSReport - Get queries per second report
SYNOPSIS ^
use Net::Dynect::REST:QPSReport;
my @records = Net::Dynect::REST:QPSReport->delete(connection =>
$dynect, zone => $zone, fqdn => $fqdn);
surely that should be QPSReport->find(.....) as per the section under
METHODS?
Paul