Skip Menu |

This queue is for tickets about the Test-MockCommand CPAN distribution.

Report information
The Basics
Id: 114775
Status: resolved
Priority: 0/
Queue: Test-MockCommand

People
Owner: KYZ [...] cpan.org
Requestors: fbicknel [...] nc.rr.com
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.02
Fixed in: 0.04



Subject: docs: no such method: ->record
In the docs you say: # go into playback mode Test::MockCommand->record(0); I think that should say: # go into playback mode Test::MockCommand->recording(0);
On Fri May 27 17:22:32 2016, fbicknel wrote: Show quoted text
> In the docs you say: > # go into playback mode > Test::MockCommand->record(0); > I think that should say: > # go into playback mode > Test::MockCommand->recording(0);
Indeed, it should. I've fixed this in the latest release.