Skip Menu |

This queue is for tickets about the File-Touch CPAN distribution.

Report information
The Basics
Id: 63233
Status: resolved
Priority: 0/
Queue: File-Touch

People
Owner: NEILB [...] cpan.org
Requestors: barius.drubeck [...] gmail.com
Cc:
AdminCc:

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



Subject: File::Touch-0.07 documentation of time argument
Date: Mon, 22 Nov 2010 15:34:08 +0100
To: bug-File-Touch [...] rt.cpan.org
From: Barius Drubeck <barius.drubeck [...] gmail.com>
The documentation describes a list of arguments that can be used with the object-oriented construction, including atime => $time and mtime => $time. However the second example uses a time argument which is present in the source code but not documented in this list. my $ref = File::Touch->new( atime_only => 1, time => $time ); Also there is a spelling mistake in the first sentence of the Description; "contruction" should be "construction".
From: barius.drubeck [...] gmail.com
Oops, that should be version version 0.08
Thanks -- have fixed this in 0.09. Neil