summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlaf Alders <olaf@wundersolutions.com>2021-11-30 17:23:45 -0500
committerOlaf Alders <olaf@wundersolutions.com>2021-11-30 17:25:35 -0500
commit818000229dbdb9d52b1a59aaeca378543269d3e4 (patch)
treea3b5c603088dba0997fc235ce534ad151fd1e27e
parent58efdb9273be74630143f7663445d737c94b3e2b (diff)
downloaduri-oalders/typos.tar.gz
Remove trailing whitespace in URI::file's podoalders/typos
-rw-r--r--Changes1
-rw-r--r--lib/URI/file.pm6
2 files changed, 4 insertions, 3 deletions
diff --git a/Changes b/Changes
index 843ec92..e964f71 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
Revision history for URI
{{$NEXT}}
+ - Fix some typos in URI::file (GH#94) (Olaf Alders)
5.10 2021-10-25 20:58:42Z
- Remove Authority section from dist.ini (GH#86) (Olaf Alders)
diff --git a/lib/URI/file.pm b/lib/URI/file.pm
index 597f5a4..70c3dd5 100644
--- a/lib/URI/file.pm
+++ b/lib/URI/file.pm
@@ -113,13 +113,13 @@ URI::file - URI that maps to local file names
=head1 SYNOPSIS
use URI::file;
-
+
$u1 = URI->new("file:/foo/bar");
$u2 = URI->new("foo/bar", "file");
-
+
$u3 = URI::file->new($path);
$u4 = URI::file->new("c:\\windows\\", "win32");
-
+
$u1->file;
$u1->file("mac");