Subject: | Typo in POD: Congif::Std referenced instead of Config::Std |
In POD for lib/Class/CGI.pm section "Creating a profile file", apparent
typo references module 'Congif::Std'. Suggest should be 'Config::Std'.
Patch attached.
Subject: | update_pod.patch |
--- CGI.pm Sat Apr 22 15:51:18 2006
+++ CGI-new.pm Sun Apr 23 09:26:32 2006
@@ -683,7 +683,7 @@
For larger sites, it's not very practical to replicate this in all code which
needs it. Instead, C<Class::CGI> allows you to define a "profiles" file.
-This is a configuration file which should match the C<Congif::Std> format. At
+This is a configuration file which should match the C<Config::Std> format. At
the present time, only one section, "profiles", is supported. This should be
followed by a set of colon-delimited key/value pairs specifying the CGI
parameter name and the handler class for the parameter. The above import list