summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/URI/file.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/URI/file.pm b/lib/URI/file.pm
index a462749..597f5a4 100644
--- a/lib/URI/file.pm
+++ b/lib/URI/file.pm
@@ -301,11 +301,11 @@ If there is no mapping then the "Unix" implementation is used.
=item $URI::file::DEFAULT_AUTHORITY
-This determine what "authority" string to include in absolute file
+This determines what "authority" string to include in absolute file
URIs. It defaults to "". If you prefer verbose URIs you might set it
to be "localhost".
-Setting this value to C<undef> force behaviour compatible to URI v1.31
+Setting this value to C<undef> forces behaviour compatible to URI v1.31
and earlier. In this mode host names in UNC paths and drive letters
are mapped to the authority component on Windows, while we produce
authority-less URIs on Unix.