░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/usr/share/perl/5.38.2/ExtUtils/MakeMaker
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: Config.pm
package ExtUtils::MakeMaker::Config; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; use Config (); # Give us an overridable config. our %Config = %Config::Config; sub import { my $caller = caller; no strict 'refs'; ## no critic *{$caller.'::Config'} = \%Config; } 1; =head1 NAME ExtUtils::MakeMaker::Config - Wrapper around Config.pm =head1 SYNOPSIS use ExtUtils::MakeMaker::Config; print $Config{installbin}; # or whatever =head1 DESCRIPTION B<FOR INTERNAL USE ONLY> A very thin wrapper around Config.pm so MakeMaker is easier to test. =cut
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 Config.pm
PM
602 B
2026-06-12 13:42
EDIT
📄 FAQ.pod
POD
19.8 KB
2026-06-12 13:42
EDIT
📄 Locale.pm
PM
13 KB
2026-06-12 13:42
EDIT
📄 Tutorial.pod
POD
5.4 KB
2026-06-12 13:42
EDIT
📄 version.pm
PM
2.3 KB
2026-06-12 13:42
EDIT