Skip Menu |

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

Report information
The Basics
Id: 48210
Status: resolved
Priority: 0/
Queue: Config-General

People
Owner: tlinden [...] cpan.org
Requestors: scop [...] cpan.org
Cc:
AdminCc:

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



Subject: Typo in NoMultiOptions error message
s/Config::Genera: lThe NoMultiOptions/Config::General: The NoMultiOptions/
Subject: Config-General-typo.patch
diff -up Config-General-2.43/General.pm~ Config-General-2.43/General.pm --- Config-General-2.43/General.pm~ 2009-07-19 23:05:04.000000000 +0300 +++ Config-General-2.43/General.pm 2009-07-26 19:00:56.000000000 +0300 @@ -1088,7 +1088,7 @@ sub NoMultiOptions { # Since we do parsing from within new(), we must # call it again if one turns NoMultiOptions on! # - croak q(Config::Genera: lThe NoMultiOptions() method is deprecated. Set 'AllowMultiOptions' to 'no' instead!); + croak q(Config::General: The NoMultiOptions() method is deprecated. Set 'AllowMultiOptions' to 'no' instead!); }
fixed in 2.44