Lines Matching defs:Configure
29 sub Configure(@); # on demand
40 @EXPORT_OK = qw(&HelpMessage &VersionMessage &Configure
119 Configure(@config) if @config;
130 # just been called, what we get from Configure is the default.
132 Getopt::Long::Configure ()
1286 sub Configure (@) {
1408 Configure (@_);
2174 call to Getopt::Long::Configure is required.
2178 Getopt::Long::Configure ("bundling");
2196 Getopt::Long::Configure ("bundling_override");
2212 Getopt::Long::Configure ("bundling_values");
2225 Getopt::Long::Configure ("bundling", "ignorecase_always");
2272 Getopt::Long::Configure(). This subroutine takes a list of quoted
2275 C<no_ignore_case>. Case does not matter. Multiple calls to Configure()
2648 strongly encouraged to use the C<Configure> routine that was introduced