diff options
| author | pepper <peppersclothescult@gmail.com> | 2015-02-07 19:08:27 -0800 |
|---|---|---|
| committer | pepper <peppersclothescult@gmail.com> | 2015-02-07 19:08:27 -0800 |
| commit | bfb44c051b0ab57ff497f115bd9ab901e8299ced (patch) | |
| tree | 3e476b0d3c7377dafa88756bdcc7b5da7f298c3c /_build/build_params | |
first
Diffstat (limited to '_build/build_params')
| -rw-r--r-- | _build/build_params | 129 |
1 files changed, 129 insertions, 0 deletions
diff --git a/_build/build_params b/_build/build_params new file mode 100644 index 0000000..6333f57 --- /dev/null +++ b/_build/build_params @@ -0,0 +1,129 @@ +do{ my $x = [ + { + 'ARGV' => [] + }, + { + 'cc' => 'gcc', + 'ld' => 'gcc' + }, + { + 'mymetafile2' => 'MYMETA.json', + 'use_rcfile' => 1, + 'install_base_relpaths' => {}, + 'dist_abstract' => undef, + 'orig_dir' => '/home/pepper/new', + 'release_status' => 'stable', + 'perl' => '/usr/bin/perl', + 'allow_mb_mismatch' => 0, + 'pureperl_only' => 0, + 'metafile' => 'META.yml', + 'magic_number' => undef, + 'quiet' => undef, + 'test_requires' => {}, + 'pm_files' => undef, + 'use_tap_harness' => 0, + 'recursive_test_files' => undef, + 'configure_requires' => {}, + 'install_sets' => {}, + 'metafile2' => 'META.json', + 'script_files' => undef, + 'mymetafile' => 'MYMETA.yml', + 'install_path' => {}, + 'test_file_exts' => [ + '.t' + ], + 'dist_version' => '1.0.0', + 'license' => 'unknown', + 'bundle_inc_preload' => [], + 'recurse_into' => [], + 'get_options' => {}, + 'prefix' => undef, + 'recommends' => {}, + 'dist_version_from' => undef, + 'build_script' => 'Build', + 'meta_merge' => {}, + 'needs_compiler' => '', + 'auto_configure_requires' => 1, + 'pod_files' => undef, + 'include_dirs' => [], + 'prefix_relpaths' => {}, + 'create_license' => undef, + 'blib' => 'blib', + 'base_dir' => '/home/pepper/new', + 'install_base' => undef, + 'share_dir' => undef, + 'extra_compiler_flags' => [], + 'prereq_action_types' => [ + 'requires', + 'build_requires', + 'test_requires', + 'conflicts', + 'recommends' + ], + 'scripts' => undef, + 'dist_author' => undef, + 'xs_files' => undef, + 'program_name' => undef, + 'meta_add' => {}, + 'installation_path' => { + '/home/pepper/new/' => undef + }, + 'test_files' => undef, + 'c_source' => undef, + 'debug' => undef, + 'create_makefile_pl' => undef, + 'PL_files' => undef, + 'html_css' => '', + 'config' => undef, + 'libdoc_dirs' => [ + 'blib/lib', + 'blib/arch' + ], + 'pollute' => undef, + 'cpan_client' => 'cpan', + 'dynamic_config' => 1, + 'build_bat' => 0, + 'build_requires' => {}, + 'extra_linker_flags' => [], + 'create_packlist' => 1, + 'sign' => undef, + '_added_to_INC' => [], + 'build_elements' => [ + 'PL', + 'support', + 'pm', + 'xs', + 'share_dir', + 'pod', + 'script' + ], + 'dist_suffix' => undef, + 'allow_pureperl' => 0, + 'has_config_data' => undef, + 'original_prefix' => {}, + 'build_class' => 'Module::Build', + 'mb_version' => '0.4211', + 'autosplit' => undef, + 'destdir' => undef, + 'verbose' => undef, + 'bundle_inc' => [], + 'create_readme' => undef, + 'bindoc_dirs' => [ + 'blib/script' + ], + 'module_name' => undef, + 'config_dir' => '_build', + 'installdirs' => 'site', + 'extra_manify_args' => undef, + 'requires' => { + 'Games::Cards' => 0, + 'IO::Socket' => 0, + 'Data::Dumper' => 0 + }, + 'conflicts' => {}, + 'dist_name' => 'mytest', + 'debugger' => undef, + 'tap_harness_args' => {} + } + ]; +$x; }
\ No newline at end of file |
