Skip Menu |

This queue is for tickets about the File-Util CPAN distribution.

Report information
The Basics
Id: 81764
Status: resolved
Priority: 0/
Queue: File-Util

People
Owner: Nobody in particular
Requestors: Xavier (no email address)
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 3.32
Fixed in: (no value)



Subject: Spelling errors
Hi, our Debian tool (lintian) reports the joined patch. Cheers, Xavier
Subject: fix-pod-spelling-errors.patch
--- a/Util.pod +++ b/Util.pod @@ -531,7 +531,7 @@ of subdirectories found, followed by any =item C<--files-as-ref> When returning directory listing, include last a reference to the list -of files found, preceded by a list of subdirectories found (or preceeded +of files found, preceded by a list of subdirectories found (or preceded by a list reference to subdirectories found if C<--dirs-as-ref> was also used). =item C<--as-ref> @@ -908,7 +908,7 @@ native perl umask function. I<see L<per about the format of the bitmask argument. If the file [file name] already exists then the bitmask argument has no effect and is silently ignored. -Any non-existent directories in the path preceeding the actual file name will +Any non-existent directories in the path preceding the actual file name will be automatically (and silently - no warnings) created for you and any new directories will be created with a bitmask of [dbitmask], provided you specify a directory creation bitmask with the C<'dbitmask'> option. @@ -916,9 +916,9 @@ a directory creation bitmask with the C< If specified, the directory creation bitmask [dbitmask] must be supplied in the form required by the native perl umask function. -If there is an error while trying to create any preceeding directories, the +If there is an error while trying to create any preceding directories, the failure results in a fatal error with a diagnostic error message. If all -directories preceeding the name of the file already exist, the dbitmask +directories preceding the name of the file already exist, the dbitmask argument has no effect and is silently ignored. =back @@ -1222,7 +1222,7 @@ exists then the bitmask argument has no Returns 1 if successful or fails (fatal) with an error message if not successful. -Any non-existent directories in the path preceeding the actual file name will +Any non-existent directories in the path preceding the actual file name will be automatically (and silently - no warnings) created for you and any new directories will be created with a bitmask of [dbitmask], provided you specify a directory creation bitmask with the C<'dbitmask'> option. @@ -1230,9 +1230,9 @@ a directory creation bitmask with the C< If specified, the directory creation bitmask [dbitmask] must be supplied in the form required by the native perl umask function. -If there is an error while trying to create any preceeding directories, the +If there is an error while trying to create any preceding directories, the failure results in a fatal error with a diagnostic error message. If all -directories preceeding the name of the file already exist, the dbitmask +directories preceding the name of the file already exist, the dbitmask argument has no effect and is silently ignored. =over @@ -1426,7 +1426,7 @@ Specifics: OS name =~ /^os2/i my($f) = File::Util->new(); my(@dirs_and_files) = $f->list_dir('/foo', qw/--no-fsdots --count-only/); -=head2 Get the names of files and subdirs in a directory as seperate array refs +=head2 Get the names of files and subdirs in a directory as separate array refs use File::Util; my($f) = File::Util->new(); @@ -1532,7 +1532,7 @@ Specifics: OS name =~ /^os2/i # (prints "baz") print $f->strip_path('foo:bar:baz'); -=head2 Get the path preceeding a file name +=head2 Get the path preceding a file name use File::Util; my($f) = File::Util->new();
Patch applied. Thank you for the patch. I appreciate it very much. The changes will be apparent in the next release of File::Util v 3.33