Add Module-Build plug-in 57/214957/1
authorDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 30 Sep 2019 07:18:05 +0000 (16:18 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 30 Sep 2019 07:18:05 +0000 (16:18 +0900)
commite99b52f1a9aa7922995e15841f241e6f8d067caa
tree8953df3a8a151c6c870014aee58987fa78dfb88e
parent89c7bb78f70f16fc7d0f20617adab470477755c7
Add Module-Build plug-in

Change-Id: I451683f285bda9fb4b4e3c1ac9e139fde9e20b2c
87 files changed:
cpan/Module-Build/bin/config_data [new file with mode: 0644]
cpan/Module-Build/lib/Module/Build.pm [new file with mode: 0644]
cpan/Module-Build/lib/Module/Build/API.pod [new file with mode: 0644]
cpan/Module-Build/lib/Module/Build/Authoring.pod [new file with mode: 0644]
cpan/Module-Build/lib/Module/Build/Base.pm [new file with mode: 0644]
cpan/Module-Build/lib/Module/Build/Bundling.pod [new file with mode: 0644]
cpan/Module-Build/lib/Module/Build/Compat.pm [new file with mode: 0644]
cpan/Module-Build/lib/Module/Build/Config.pm [new file with mode: 0644]
cpan/Module-Build/lib/Module/Build/ConfigData.pm [new file with mode: 0644]
cpan/Module-Build/lib/Module/Build/Cookbook.pm [new file with mode: 0644]
cpan/Module-Build/lib/Module/Build/Dumper.pm [new file with mode: 0644]
cpan/Module-Build/lib/Module/Build/ModuleInfo.pm [new file with mode: 0644]
cpan/Module-Build/lib/Module/Build/Notes.pm [new file with mode: 0644]
cpan/Module-Build/lib/Module/Build/PPMMaker.pm [new file with mode: 0644]
cpan/Module-Build/lib/Module/Build/Platform/Default.pm [new file with mode: 0644]
cpan/Module-Build/lib/Module/Build/Platform/MacOS.pm [new file with mode: 0644]
cpan/Module-Build/lib/Module/Build/Platform/Unix.pm [new file with mode: 0644]
cpan/Module-Build/lib/Module/Build/Platform/VMS.pm [new file with mode: 0644]
cpan/Module-Build/lib/Module/Build/Platform/VOS.pm [new file with mode: 0644]
cpan/Module-Build/lib/Module/Build/Platform/Windows.pm [new file with mode: 0644]
cpan/Module-Build/lib/Module/Build/Platform/aix.pm [new file with mode: 0644]
cpan/Module-Build/lib/Module/Build/Platform/cygwin.pm [new file with mode: 0644]
cpan/Module-Build/lib/Module/Build/Platform/darwin.pm [new file with mode: 0644]
cpan/Module-Build/lib/Module/Build/Platform/os2.pm [new file with mode: 0644]
cpan/Module-Build/lib/Module/Build/PodParser.pm [new file with mode: 0644]
cpan/Module-Build/lib/Module/Build/Version.pm [new file with mode: 0644]
cpan/Module-Build/lib/Module/Build/YAML.pm [new file with mode: 0644]
cpan/Module-Build/lib/inc/latest.pm [new file with mode: 0644]
cpan/Module-Build/lib/inc/latest/private.pm [new file with mode: 0644]
cpan/Module-Build/t/00-compile.t [new file with mode: 0644]
cpan/Module-Build/t/PL_files.t [new file with mode: 0644]
cpan/Module-Build/t/README.pod [new file with mode: 0644]
cpan/Module-Build/t/actions/installdeps.t [new file with mode: 0644]
cpan/Module-Build/t/actions/manifest_skip.t [new file with mode: 0644]
cpan/Module-Build/t/add_property.t [new file with mode: 0644]
cpan/Module-Build/t/add_property_array.t [new file with mode: 0644]
cpan/Module-Build/t/add_property_hash.t [new file with mode: 0644]
cpan/Module-Build/t/basic.t [new file with mode: 0644]
cpan/Module-Build/t/bundle_inc.t [new file with mode: 0644]
cpan/Module-Build/t/bundled/Software/License.pm [new file with mode: 0644]
cpan/Module-Build/t/bundled/Tie/CPHash.pm [new file with mode: 0644]
cpan/Module-Build/t/compat.t [new file with mode: 0644]
cpan/Module-Build/t/compat/exit.t [new file with mode: 0644]
cpan/Module-Build/t/debug.t [new file with mode: 0644]
cpan/Module-Build/t/destinations.t [new file with mode: 0644]
cpan/Module-Build/t/ext.t [new file with mode: 0644]
cpan/Module-Build/t/extend.t [new file with mode: 0644]
cpan/Module-Build/t/files.t [new file with mode: 0644]
cpan/Module-Build/t/help.t [new file with mode: 0644]
cpan/Module-Build/t/install.t [new file with mode: 0644]
cpan/Module-Build/t/install_extra_target.t [new file with mode: 0644]
cpan/Module-Build/t/lib/DistGen.pm [new file with mode: 0644]
cpan/Module-Build/t/lib/MBTest.pm [new file with mode: 0644]
cpan/Module-Build/t/lib/Module/Signature.pm [new file with mode: 0644]
cpan/Module-Build/t/lib/Software/License/VaporWare.pm [new file with mode: 0644]
cpan/Module-Build/t/manifypods.t [new file with mode: 0644]
cpan/Module-Build/t/manifypods_with_utf8.t [new file with mode: 0644]
cpan/Module-Build/t/metadata.t [new file with mode: 0644]
cpan/Module-Build/t/metadata2.t [new file with mode: 0644]
cpan/Module-Build/t/mymeta.t [new file with mode: 0644]
cpan/Module-Build/t/new_from_context.t [new file with mode: 0644]
cpan/Module-Build/t/notes.t [new file with mode: 0644]
cpan/Module-Build/t/parents.t [new file with mode: 0644]
cpan/Module-Build/t/perl_mb_opt.t [new file with mode: 0644]
cpan/Module-Build/t/pod_parser.t [new file with mode: 0644]
cpan/Module-Build/t/ppm.t [new file with mode: 0644]
cpan/Module-Build/t/properties/dist_suffix.t [new file with mode: 0644]
cpan/Module-Build/t/properties/license.t [new file with mode: 0644]
cpan/Module-Build/t/properties/module_name.t [new file with mode: 0644]
cpan/Module-Build/t/properties/needs_compiler.t [new file with mode: 0644]
cpan/Module-Build/t/properties/release_status.t [new file with mode: 0644]
cpan/Module-Build/t/properties/requires.t [new file with mode: 0644]
cpan/Module-Build/t/properties/share_dir.t [new file with mode: 0644]
cpan/Module-Build/t/resume.t [new file with mode: 0644]
cpan/Module-Build/t/runthrough.t [new file with mode: 0644]
cpan/Module-Build/t/sample.t [new file with mode: 0644]
cpan/Module-Build/t/script_dist.t [new file with mode: 0644]
cpan/Module-Build/t/test_file_exts.t [new file with mode: 0644]
cpan/Module-Build/t/test_reqs.t [new file with mode: 0644]
cpan/Module-Build/t/test_type.t [new file with mode: 0644]
cpan/Module-Build/t/test_types.t [new file with mode: 0644]
cpan/Module-Build/t/tilde.t [new file with mode: 0644]
cpan/Module-Build/t/unit_run_test_harness.t [new file with mode: 0644]
cpan/Module-Build/t/use_tap_harness.t [new file with mode: 0644]
cpan/Module-Build/t/versions.t [new file with mode: 0644]
cpan/Module-Build/t/write_default_maniskip.t [new file with mode: 0644]
cpan/Module-Build/t/xs.t [new file with mode: 0644]