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!);
}