GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ExtUtils::Config::MakeMaker(3) User Contributed Perl Documentation ExtUtils::Config::MakeMaker(3)

ExtUtils::Config::MakeMaker - A ExtUtils::Config compatible wrapper for ExtUtils::MakeMaker's configuration.

version 0.010

 my $config = ExtUtils::Config::MakeMaker->new($makemaker);

This object wraps ExtUtils::MakeMaker's idea of configuration in an ExtUtils::Config compatible interface. That means that if you pass a configuration argument to or in Makefile.PL (e.g. "OPTIMIZE=-O3") it will show up in the config object (e.g. "$config-"get('optimize')>.

This creates a new "ExtUtils::Config::MakeMaker" object from a MakeMaker object.

Get the value of $key. If not overridden it will return the value in %Config.

Tests for the existence of $key.

values_set()

Get a hashref of all overridden values.

all_config()

Get a hashref of the complete configuration, including overrides.

serialize()

This method serializes the object to some kind of string. This can be useful for various caching purposes.

materialize()

This turns this object into an actual "ExtUtils::Config" object.

This returns a "ExtUtils::Config" object based on the current one but with the given entries overriden. If any value is "undef" it will revert to the official %Config value instead.

  • Ken Williams <kwilliams@cpan.org>
  • Leon Timmermans <leont@cpan.org>

This software is copyright (c) 2006 by Ken Williams, Leon Timmermans.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2024-08-16 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.