Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Path-Class CPAN distribution.

Maintainer(s)' notes

I prefer that bugs & patches are filed on GitHub rather than on RT: https://github.com/kenahoo/Path-Class/issues. Thanks.

Report information
The Basics
Id: 57796
Status: resolved
Priority: 0/
Queue: Path-Class

People
Owner: Nobody in particular
Requestors: achim.bursian [...] siemens.com
Cc:
AdminCc:

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



Subject: bug in POD for Path::Class::File
Date: Mon, 24 May 2010 09:25:09 +0200
To: "bug-Path-Class [...] rt.cpan.org" <bug-Path-Class [...] rt.cpan.org>
From: "Bursian, Achim" <achim.bursian [...] siemens.com>
Littel bug in POD for Path::Class::File, header "is_absolute" is duplicated. Cheers! Current (0.18): --------------------- =item $file->is_absolute Returns true or false depending on whether the file refers to an absolute path specifier (like C</usr/local/foo.txt> or C<\Windows\Foo.txt>). =item $file->is_absolute Returns true or false depending on whether the file refers to a relative path specifier (like C<lib/foo.txt> or C<.\Foo.txt>). --------------------- should be --------------------- =item $file->is_absolute Returns true or false depending on whether the file refers to an absolute path specifier (like C</usr/local/foo.txt> or C<\Windows\Foo.txt>). =item $file->is_relative Returns true or false depending on whether the file refers to a relative path specifier (like C<lib/foo.txt> or C<.\Foo.txt>).
Thanks for the report - looks like someone beat you to it, this is fixed in the current code repository and will be in the next release. -Ken