Apache/2.4.7 (Ubuntu) Linux sman1baleendah 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) safemode : OFF MySQL: ON | Perl: ON | cURL: OFF | WGet: ON > / usr / share / perl / 5.18.2 / CPANPLUS / Config / | server ip : 172.67.156.115 your ip : 172.69.214.234 H O M E |
Filename | /usr/share/perl/5.18.2/CPANPLUS/Config/System.pm |
Size | 694 |
Permission | rw-r--r-- |
Owner | root : root |
Create time | 27-Apr-2025 10:10 |
Last modified | 21-Nov-2018 01:11 |
Last accessed | 08-Jul-2025 00:24 |
Actions | edit | rename | delete | download (gzip) |
View | text | code | image |
### minimal pod, so you can find it with perldoc -l, etc
=pod
=head1 NAME
CPANPLUS::Config::System - system configuration for CPANPLUS
=head1 DESCRIPTION
This is a CPANPLUS configuration file that sets appropriate default
settings on Debian systems.
The only preconfigured settings are C<makemakerflags> (set to
C<INSTALLDIRS=site>) and C<buildflags> (set to C<--installdirs site>).
These settings will not have any effect if
C</etc/perl/CPANPLUS/Config/System.pm> is present.
=cut
package CPANPLUS::Config::System;
sub setup {
my $conf = shift;
$conf->set_conf( makemakerflags => 'INSTALLDIRS=site' );
$conf->set_conf( buildflags => '--installdirs site' );
}
1;
=pod
=head1 NAME
CPANPLUS::Config::System - system configuration for CPANPLUS
=head1 DESCRIPTION
This is a CPANPLUS configuration file that sets appropriate default
settings on Debian systems.
The only preconfigured settings are C<makemakerflags> (set to
C<INSTALLDIRS=site>) and C<buildflags> (set to C<--installdirs site>).
These settings will not have any effect if
C</etc/perl/CPANPLUS/Config/System.pm> is present.
=cut
package CPANPLUS::Config::System;
sub setup {
my $conf = shift;
$conf->set_conf( makemakerflags => 'INSTALLDIRS=site' );
$conf->set_conf( buildflags => '--installdirs site' );
}
1;