NAME
Mnet::Opts::Set - Check for loaded Mnet::Opts::Set pragma sub-modules
SYNOPSIS
use Mnet::Opts::Set;
$opts = Mnet::Opts::Set::pragmas();
DESCRIPTION
This module can be used to check what Mnet::Opts::Set pragma sub-modules are currently loaded.
Scripts should not need to use or call this module. Normally scripts would use the Mnet::Opts and Mnet::Opts::Cli modules, which handle checking the status of Mnet::Opts::Set pragma sub-modules.
FUNCTIONS
Mnet::Opts::Set implements the functions listed below.
Mnet::Opts::Set::pragmas
$opts = Mnet::Opts::Set::pragmas()
This function returns a hash containing true values for any Mnet::Opts::Set pragma sub-modules that have been loaded with the perl 'use' command.
Refer to the SEE ALSO section of this document for a list of these sub-modules.