Skip Menu |

This queue is for tickets about the Config-Find CPAN distribution.

Report information
The Basics
Id: 82001
Status: resolved
Priority: 0/
Queue: Config-Find

People
Owner: Nobody in particular
Requestors: jotamjr [...] debian.org.sv
Cc:
AdminCc:

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



Subject: Manpages with typos
Greetings, Installing this module some days ago I noticed that the Config::Find and Config::Find::Where manpages had some small typos. I attached a small patch to fix them. Thanks for the time and effor dedicated to create this module. Kind Regards! Jotam
Subject: manpage-typo-fix.patch
--- a/lib/Config/Find.pm +++ b/lib/Config/Find.pm @@ -157,13 +157,13 @@ =head1 ABSTRACT -Config::Find searchs for configuration files using OS dependant +Config::Find searches for configuration files using OS dependent heuristics. =head1 DESCRIPTION Every OS has different rules for configuration files placement, this -module allows to easily find and create your app configuration files +module allows one to easily find and create your app configuration files following those rules. Config::Find references configuration files by the application name or --- a/lib/Config/Find/Where.pm +++ b/lib/Config/Find/Where.pm @@ -156,7 +156,7 @@ =head1 ABSTRACT -Config::Find searchs for locations using OS dependant heuristics. +Config::Find searches for locations using OS dependent heuristics. =head1 DESCRIPTION @@ -164,7 +164,7 @@ reused to also find other interesting things like temporary directories, the script location, etc. -This module adds a public API to all the hiden functionallity. +This module adds a public API to all the hiden functionality. =head2 OPTIONS
fixed in 0.27
On Thu Apr 16 16:06:23 2015, BARBIE wrote: Show quoted text
> fixed in 0.27 >