RPerl

 view release on metacpan or  search on metacpan

lib/rperloptions.pm  view on Meta::CPAN

our $subcompile_CXX                      = my string  $TYPED_subcompile_CXX                      = undef;
our $parallel_flag                       = my integer $TYPED_parallel_flag                       = undef;
our $num_cores                           = my integer $TYPED_num_cores                           = undef;
our $execute_flag                        = my integer $TYPED_execute_flag                        = undef;
our $test_flag                           = my integer $TYPED_test_flag                           = undef;
our $input_file_names                    = my string_arrayref $TYPED_input_file_names            = [];
our $output_file_name_prefixes           = my string_arrayref $TYPED_output_file_name_prefixes   = [];
our $output_file_name_groups             = my hashref_arrayref $TYPED_output_file_name_groups    = [];

our $modes                               = my string_hashref $TYPED_modes                        = {};      # can't store defaults here, erased by GetOptions()
our $modes_default = my string_hashref $TYPED_modes_default = {    # default to CPPCODE_CPPOPS_CPPTYPES_CHECKTRACE_SUBCOMPILE_EXECUTE_LABEL in C++ output code
    dependencies => 'ON',
    magic        => 'LOW',
    code         => 'CPP',
    ops          => 'CPP',
    types        => 'CPP',
    type_integer => 'LONG',
    type_number  => 'DOUBLE',
    check        => 'TRACE',
    uncompile    => 'OFF',
    compile      => 'SUBCOMPILE',



( run in 2.765 seconds using v1.01-cache-2.11-cpan-5511b514fd6 )