Skip Menu |

This queue is for tickets about the Log-Dispatch-FileRotate CPAN distribution.

Report information
The Basics
Id: 88286
Status: resolved
Priority: 0/
Queue: Log-Dispatch-FileRotate

People
Owner: Nobody in particular
Requestors: LEEJO [...] cpan.org
Cc:
AdminCc:

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



Subject: Documentation is misleading (size)
Documentation states "The size defaults to 10M" and the example for size given in the constructor is: size => 10 This gives the impression that the size value passed is in Mbytes when it is actually in bytes.
On Fri, 30 Aug 2013 13:32:52 GMT, LEEJO wrote: Show quoted text
> Documentation states "The size defaults to 10M" and the example for > size given in the constructor is: > > size => 10 > > This gives the impression that the size value passed is in Mbytes when > it is actually in bytes.
Seconded. This always bites me (no pun intended). Please update the documentation to something like: size => 10*1024*1024
Doc fix committed. Will be in next release. Thanks! -- Regards, Michael Schout