[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.118.184.25: ~ $
package ExtUtils::MakeMaker::Config;

use strict;

our $VERSION = '6.68';

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

Filemanager

Name Type Size Permission Actions
Config.pm File 567 B 0644
FAQ.pod File 13.12 KB 0644
Tutorial.pod File 4.27 KB 0644