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: 48016
Status: resolved
Priority: 0/
Queue: Path-Class

People
Owner: Nobody in particular
Requestors: cub.uanic [...] gmail.com
Cc:
AdminCc:

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



Subject: Fix for POD
You have typo in POD - patch attached.
Subject: Path_Class_File.pm.diff
--- File.pm.orig 2009-07-20 12:27:26.460876352 +0300 +++ File.pm 2009-07-20 12:27:46.940664063 +0300 @@ -194,7 +194,7 @@ 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 +=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, applied.