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>).