Fix build error 20/250520/1 sandbox/dh0128.kwak/perl-5.32.0_20201229 accepted/tizen/6.5/base/tool/20211027.120521 accepted/tizen/base/tool/20201230.112850 submit/tizen_6.5_base/20211026.180901 submit/tizen_6.5_base/20211027.183101 submit/tizen_6.5_base/20211027.201001 submit/tizen_base/20201229.035507 tizen_6.5.m2_release
authorDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 29 Dec 2020 03:43:42 +0000 (12:43 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 29 Dec 2020 03:43:42 +0000 (12:43 +0900)
commitbd0d73aa84739a63639b8fc2f779c8d493c8bf74
tree5af0a6475960508a9d93d7f537b8c3d3aaf13e94
parent66bf2056f7e18a8d277bc01ed0865213b288e284
Fix build error

add python module
 - Module-Build
 - Pod-Parser

Change-Id: I0eb6b6d0aeab7e8be68351f5ff3ea73557fe77e0
129 files changed:
cpan/Module-Build/bin/config_data [new file with mode: 0755]
cpan/Module-Build/lib/Module/Build.pm [new file with mode: 0755]
cpan/Module-Build/lib/Module/Build/API.pod [new file with mode: 0755]
cpan/Module-Build/lib/Module/Build/Authoring.pod [new file with mode: 0755]
cpan/Module-Build/lib/Module/Build/Base.pm [new file with mode: 0755]
cpan/Module-Build/lib/Module/Build/Bundling.pod [new file with mode: 0755]
cpan/Module-Build/lib/Module/Build/Compat.pm [new file with mode: 0755]
cpan/Module-Build/lib/Module/Build/Config.pm [new file with mode: 0755]
cpan/Module-Build/lib/Module/Build/ConfigData.pm [new file with mode: 0755]
cpan/Module-Build/lib/Module/Build/Cookbook.pm [new file with mode: 0755]
cpan/Module-Build/lib/Module/Build/Dumper.pm [new file with mode: 0755]
cpan/Module-Build/lib/Module/Build/ModuleInfo.pm [new file with mode: 0755]
cpan/Module-Build/lib/Module/Build/Notes.pm [new file with mode: 0755]
cpan/Module-Build/lib/Module/Build/PPMMaker.pm [new file with mode: 0755]
cpan/Module-Build/lib/Module/Build/Platform/Default.pm [new file with mode: 0755]
cpan/Module-Build/lib/Module/Build/Platform/MacOS.pm [new file with mode: 0755]
cpan/Module-Build/lib/Module/Build/Platform/Unix.pm [new file with mode: 0755]
cpan/Module-Build/lib/Module/Build/Platform/VMS.pm [new file with mode: 0755]
cpan/Module-Build/lib/Module/Build/Platform/VOS.pm [new file with mode: 0755]
cpan/Module-Build/lib/Module/Build/Platform/Windows.pm [new file with mode: 0755]
cpan/Module-Build/lib/Module/Build/Platform/aix.pm [new file with mode: 0755]
cpan/Module-Build/lib/Module/Build/Platform/cygwin.pm [new file with mode: 0755]
cpan/Module-Build/lib/Module/Build/Platform/darwin.pm [new file with mode: 0755]
cpan/Module-Build/lib/Module/Build/Platform/os2.pm [new file with mode: 0755]
cpan/Module-Build/lib/Module/Build/PodParser.pm [new file with mode: 0755]
cpan/Module-Build/lib/Module/Build/Version.pm [new file with mode: 0755]
cpan/Module-Build/lib/Module/Build/YAML.pm [new file with mode: 0755]
cpan/Module-Build/lib/inc/latest.pm [new file with mode: 0755]
cpan/Module-Build/lib/inc/latest/private.pm [new file with mode: 0755]
cpan/Module-Build/t/00-compile.t [new file with mode: 0755]
cpan/Module-Build/t/PL_files.t [new file with mode: 0755]
cpan/Module-Build/t/README.pod [new file with mode: 0755]
cpan/Module-Build/t/actions/installdeps.t [new file with mode: 0755]
cpan/Module-Build/t/actions/manifest_skip.t [new file with mode: 0755]
cpan/Module-Build/t/add_property.t [new file with mode: 0755]
cpan/Module-Build/t/add_property_array.t [new file with mode: 0755]
cpan/Module-Build/t/add_property_hash.t [new file with mode: 0755]
cpan/Module-Build/t/basic.t [new file with mode: 0755]
cpan/Module-Build/t/bundle_inc.t [new file with mode: 0755]
cpan/Module-Build/t/bundled/Software/License.pm [new file with mode: 0755]
cpan/Module-Build/t/bundled/Tie/CPHash.pm [new file with mode: 0755]
cpan/Module-Build/t/compat.t [new file with mode: 0755]
cpan/Module-Build/t/compat/exit.t [new file with mode: 0755]
cpan/Module-Build/t/debug.t [new file with mode: 0755]
cpan/Module-Build/t/destinations.t [new file with mode: 0755]
cpan/Module-Build/t/ext.t [new file with mode: 0755]
cpan/Module-Build/t/extend.t [new file with mode: 0755]
cpan/Module-Build/t/files.t [new file with mode: 0755]
cpan/Module-Build/t/help.t [new file with mode: 0755]
cpan/Module-Build/t/install.t [new file with mode: 0755]
cpan/Module-Build/t/install_extra_target.t [new file with mode: 0755]
cpan/Module-Build/t/lib/DistGen.pm [new file with mode: 0755]
cpan/Module-Build/t/lib/MBTest.pm [new file with mode: 0755]
cpan/Module-Build/t/lib/Module/Signature.pm [new file with mode: 0755]
cpan/Module-Build/t/lib/Software/License/VaporWare.pm [new file with mode: 0755]
cpan/Module-Build/t/manifypods.t [new file with mode: 0755]
cpan/Module-Build/t/manifypods_with_utf8.t [new file with mode: 0755]
cpan/Module-Build/t/metadata.t [new file with mode: 0755]
cpan/Module-Build/t/metadata2.t [new file with mode: 0755]
cpan/Module-Build/t/mymeta.t [new file with mode: 0755]
cpan/Module-Build/t/new_from_context.t [new file with mode: 0755]
cpan/Module-Build/t/notes.t [new file with mode: 0755]
cpan/Module-Build/t/parents.t [new file with mode: 0755]
cpan/Module-Build/t/perl_mb_opt.t [new file with mode: 0755]
cpan/Module-Build/t/pod_parser.t [new file with mode: 0755]
cpan/Module-Build/t/ppm.t [new file with mode: 0755]
cpan/Module-Build/t/properties/dist_suffix.t [new file with mode: 0755]
cpan/Module-Build/t/properties/license.t [new file with mode: 0755]
cpan/Module-Build/t/properties/module_name.t [new file with mode: 0755]
cpan/Module-Build/t/properties/needs_compiler.t [new file with mode: 0755]
cpan/Module-Build/t/properties/release_status.t [new file with mode: 0755]
cpan/Module-Build/t/properties/requires.t [new file with mode: 0755]
cpan/Module-Build/t/properties/share_dir.t [new file with mode: 0755]
cpan/Module-Build/t/resume.t [new file with mode: 0755]
cpan/Module-Build/t/runthrough.t [new file with mode: 0755]
cpan/Module-Build/t/sample.t [new file with mode: 0755]
cpan/Module-Build/t/script_dist.t [new file with mode: 0755]
cpan/Module-Build/t/test_file_exts.t [new file with mode: 0755]
cpan/Module-Build/t/test_reqs.t [new file with mode: 0755]
cpan/Module-Build/t/test_type.t [new file with mode: 0755]
cpan/Module-Build/t/test_types.t [new file with mode: 0755]
cpan/Module-Build/t/tilde.t [new file with mode: 0755]
cpan/Module-Build/t/unit_run_test_harness.t [new file with mode: 0755]
cpan/Module-Build/t/use_tap_harness.t [new file with mode: 0755]
cpan/Module-Build/t/versions.t [new file with mode: 0755]
cpan/Module-Build/t/write_default_maniskip.t [new file with mode: 0755]
cpan/Module-Build/t/xs.t [new file with mode: 0755]
cpan/Pod-Parser/lib/Pod/Find.pm [new file with mode: 0755]
cpan/Pod-Parser/lib/Pod/InputObjects.pm [new file with mode: 0755]
cpan/Pod-Parser/lib/Pod/ParseUtils.pm [new file with mode: 0755]
cpan/Pod-Parser/lib/Pod/Parser.pm [new file with mode: 0755]
cpan/Pod-Parser/lib/Pod/PlainText.pm [new file with mode: 0755]
cpan/Pod-Parser/lib/Pod/Select.pm [new file with mode: 0755]
cpan/Pod-Parser/scripts/podselect.PL [new file with mode: 0755]
cpan/Pod-Parser/t/pod/contains_bad_pod.xr [new file with mode: 0755]
cpan/Pod-Parser/t/pod/contains_pod.t [new file with mode: 0755]
cpan/Pod-Parser/t/pod/contains_pod.xr [new file with mode: 0755]
cpan/Pod-Parser/t/pod/empty.xr [new file with mode: 0755]
cpan/Pod-Parser/t/pod/emptycmd.t [new file with mode: 0755]
cpan/Pod-Parser/t/pod/emptycmd.xr [new file with mode: 0755]
cpan/Pod-Parser/t/pod/find.t [new file with mode: 0755]
cpan/Pod-Parser/t/pod/for.t [new file with mode: 0755]
cpan/Pod-Parser/t/pod/for.xr [new file with mode: 0755]
cpan/Pod-Parser/t/pod/headings.t [new file with mode: 0755]
cpan/Pod-Parser/t/pod/headings.xr [new file with mode: 0755]
cpan/Pod-Parser/t/pod/include.t [new file with mode: 0755]
cpan/Pod-Parser/t/pod/include.xr [new file with mode: 0755]
cpan/Pod-Parser/t/pod/included.t [new file with mode: 0755]
cpan/Pod-Parser/t/pod/included.xr [new file with mode: 0755]
cpan/Pod-Parser/t/pod/lref.t [new file with mode: 0755]
cpan/Pod-Parser/t/pod/lref.xr [new file with mode: 0755]
cpan/Pod-Parser/t/pod/multiline_items.t [new file with mode: 0755]
cpan/Pod-Parser/t/pod/multiline_items.xr [new file with mode: 0755]
cpan/Pod-Parser/t/pod/nested_items.t [new file with mode: 0755]
cpan/Pod-Parser/t/pod/nested_items.xr [new file with mode: 0755]
cpan/Pod-Parser/t/pod/nested_seqs.t [new file with mode: 0755]
cpan/Pod-Parser/t/pod/nested_seqs.xr [new file with mode: 0755]
cpan/Pod-Parser/t/pod/oneline_cmds.t [new file with mode: 0755]
cpan/Pod-Parser/t/pod/oneline_cmds.xr [new file with mode: 0755]
cpan/Pod-Parser/t/pod/podselect.t [new file with mode: 0755]
cpan/Pod-Parser/t/pod/podselect.xr [new file with mode: 0755]
cpan/Pod-Parser/t/pod/selfcheck.t [new file with mode: 0755]
cpan/Pod-Parser/t/pod/special_seqs.t [new file with mode: 0755]
cpan/Pod-Parser/t/pod/special_seqs.xr [new file with mode: 0755]
cpan/Pod-Parser/t/pod/testcmp.pl [new file with mode: 0755]
cpan/Pod-Parser/t/pod/testp2pt.pl [new file with mode: 0755]
cpan/Pod-Parser/t/pod/testpchk.pl [new file with mode: 0755]
cpan/Pod-Parser/t/pod/testpods/lib/Pod/Stuff.pm [new file with mode: 0755]
cpan/Pod-Parser/t/pod/twice.t [new file with mode: 0755]