Skip to content
Permalink
Browse files
Remove trailing whitespace in URI::file's pod
  • Loading branch information
oalders committed Dec 2, 2021
1 parent c136cf1 commit d610064110a454ad5ae4cb02cd82fcfd5c2a831c
Showing with 4 additions and 3 deletions.
  1. +1 −0 Changes
  2. +3 −3 lib/URI/file.pm
@@ -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)
@@ -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");

0 comments on commit d610064

Please sign in to comment.