Name
SPVM::Builder::Config::Global::MSVC - Global Config for MSVC(Microsoft Visual C++)
Description
SPVM::Builder::Config::Global::MSVC creates a global config for MSVC(Microsoft Visual C++).
Usage
use SPVM::Builder::Config::Global::MSVC;
my $config_global = SPVM::Builder::Config::Global::MSVC->new;
Super Class
Class Methods
new
my $config_global = SPVM::Builder::Config::Global::MSVC->new(%fields);
Creates a new SPVM::Builder::Config::Global::MSVC object by calling new method in the super class with %fields and returns the new object.