Searched defs:Config (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DConfig.pm4 package Encode::Config;
163 Encode::Config -- internally used by Encode
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DConfig.pm1 # Net::Config.pm
7 package Net::Config;
16 $VERSION = "1.10"; # $Id: //depot/libnet/Net/Config.pm#17 $
62 $file =~ s/Config.pm/libnet.cfg/;
123 Net::Config - Local configuration data for libnet
127 use Net::Config qw(%NetConfig);
131 C<Net::Config> holds configuration data for the modules in the libnet
149 C<Net::Config> defines the following methods. They are methods as they are
150 invoked as class methods. This is because C<Net::Config> inherits from
312 I<$Id: //depot/libnet/Net/Config
[all...]
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/config/5.8.4/5.11/i386/
H A DConfig.pm4 package Config; package
5 @EXPORT = qw(%Config);
15 my @funcs = grep $_ ne '%Config', @_;
25 *{"$callpkg\::Config"} = \%Config if $export_Config;
89 { my $c = $Config{$1}; defined($c) ? $c : 'undef' }ge;
1146 # So we can say "if $Config{'foo'}".
1160 $value = $Config{$1};
1161 my $withlargefiles = $Config{$new_key};
1165 my @lflibswanted = split(' ', $Config{libswanted_uselargefile
[all...]
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/config/5.8.4/5.11/sparc/
H A DConfig.pm4 package Config; package
5 @EXPORT = qw(%Config);
15 my @funcs = grep $_ ne '%Config', @_;
25 *{"$callpkg\::Config"} = \%Config if $export_Config;
89 { my $c = $Config{$1}; defined($c) ? $c : 'undef' }ge;
1146 # So we can say "if $Config{'foo'}".
1160 $value = $Config{$1};
1161 my $withlargefiles = $Config{$new_key};
1165 my @lflibswanted = split(' ', $Config{libswanted_uselargefile
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm12 use Config ();
47 Config 4096
78 CPAN::Config->load unless $CPAN::Config_loaded++;
92 CPAN::Config->load unless $CPAN::Config_loaded++;
116 if (my $histfile = $CPAN::Config->{'histfile'}) {{
157 unless $CPAN::Config->{'inhibit_startup_message'} ;
237 package CPAN::Config;
482 CPAN::Config->load unless $CPAN::Config_loaded++;
497 my $lockfile = File::Spec->catfile($CPAN::Config->{cpan_home},".lock");
552 my $dotcpan = $CPAN::Config
[all...]

Completed in 29 milliseconds