CC: | jkeenan [...] cpan.org, shlomif [...] shlomifish.org |
Subject: | Extremely minor POD fix for File::Path |
This bug was originally reported to the perl5.porters list. Since File-Path is a distribution maintained primarily on CPAN, I am moving the ticket to this bug queue. -- jkeenan
See: http://www.nntp.perl.org/group/perl.perl5.porters/2015/04/msg227349.html
Hello,
While reading the POD of File::Path, I came across an extremely minor mistake:
“... a fatal error that will cause the program will halt, unless trapped …”
It should be:
“... a fatal error that will cause the program to halt, unless trapped …”
The attached patch fixes this (if at all it can be called a *fix*)! :-)
Thank you.
Regards,
Alan Haggai Alavi.
Subject: | 0001-Change-will-to.patch |
From 5f428989f125954ed9e6e032e8a04fb7b5dc7118 Mon Sep 17 00:00:00 2001
From: Alan Haggai Alavi <alanhaggai@gmail.com>
Date: Mon, 13 Apr 2015 19:15:40 +0700
Subject: [PATCH] Change 'will' => 'to'
---
cpan/File-Path/lib/File/Path.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cpan/File-Path/lib/File/Path.pm b/cpan/File-Path/lib/File/Path.pm
index 23751d5..4dd34b7 100644
--- a/cpan/File-Path/lib/File/Path.pm
+++ b/cpan/File-Path/lib/File/Path.pm
@@ -535,7 +535,7 @@ be used to store any errors that are encountered. See the L</"ERROR
HANDLING"> section for more information.
If this parameter is not used, certain error conditions may raise
-a fatal error that will cause the program will halt, unless trapped
+a fatal error that will cause the program to halt, unless trapped
in an C<eval> block.
=item owner => $owner
--
2.3.2 (Apple Git-55)