Metadata
{
+
"abstracts_in_pod": { … - "App::hopen": "Graph-driven cross-platform build system",
- "App::hopen::AppUtil": "utility routines used by App::hopen",
- "App::hopen::Asset": "record representing a file to be produced",
- "App::hopen::BuildSystemGlobals": "global data for hopen build-system use cases",
- "App::hopen::Conventions": "conventions for using hopen(1) as a build system",
- "App::hopen::G::AssetOp": "parent class for operations used by a generator to build an asset",
- "App::hopen::G::Cmd": "base class for hopen(1) command-graph nodes",
- "App::hopen::G::FilesCmd": "Cmd that holds a list of files.",
- "App::hopen::G::OutputPerFileCmd": "hopen Cmd that makes outputs for each input separately",
- "App::hopen::Gen": "Base class for hopen generators",
- "App::hopen::Gen::MSBuild": "hopen generator for MSBuild",
- "App::hopen::Gen::MSBuild::AssetGraphNode": "AssetOp for Gen::MSBuild",
- "App::hopen::Gen::Make": "hopen generator for simple Makefiles",
- "App::hopen::Gen::Make::AssetGraphNode": "AssetOp for Gen::Make",
- "App::hopen::Gen::Ninja": "hopen generator for simple Ninja files",
- "App::hopen::Gen::Ninja::AssetGraphNode": "AssetOp for Gen::Ninja",
- "App::hopen::H": "H:: namespace for use in hopen files",
- "App::hopen::HopenFileKit": "Kit to be used by a hopen file",
- "App::hopen::MYhopen": "compile-time processing by MY.hopen.pl files",
- "App::hopen::Phases": "Definitions and routines for hopen phases",
- "App::hopen::T::Gnu": "GNU toolset for hopen",
- "App::hopen::T::Gnu::C": "support for the GNU toolset, C language",
- "App::hopen::T::Gnu::C::CompileCmd": "compile C source using the GNU toolset",
- "App::hopen::T::Gnu::C::LinkCmd": "link object files using the GNU toolset",
- "App::hopen::T::MSCL": "Microsoft cl.exe toolset for hopen",
- "App::hopen::T::MSCL::C": "support for the GNU toolset, C language",
- "App::hopen::T::MSCL::C::CompileCmd": "compile C source using the GNU toolset",
- "App::hopen::T::MSCL::C::LinkCmd": "link object files using the GNU toolset",
- "App::hopen::T::VSXML": "hopen Visual Studio toolset for MSBuild projects",
- "App::hopen::Util": "general utilities for App::hopen",
- "App::hopen::Util::BasedPath": "A path relative to a specified base",
- "App::hopen::Util::String": "string utilities for hopen",
- "XML::FromPerl": "Generate XML from simple Perl data structures",
- "hopen": "CLI for the App::hopen build system"
},- "author": "CXW",
- "buildfile_executable": 0,
- "dir_lib": "lib",
- "dir_t": "t",
- "dir_xt": "xt",
+
"dirs_array": [ … - "bin",
- "eg/001-single-file-hello",
- "eg/002-double-file-hello",
- "eg/003-double-file-double-compile",
- "eg",
- "lib/App/hopen/G",
- "lib/App/hopen/Gen/MSBuild",
- "lib/App/hopen/Gen/Make",
- "lib/App/hopen/Gen/Ninja",
- "lib/App/hopen/Gen",
- "lib/App/hopen/T/Gnu/C",
- "lib/App/hopen/T/Gnu",
- "lib/App/hopen/T/MSCL/C",
- "lib/App/hopen/T/MSCL",
- "lib/App/hopen/T",
- "lib/App/hopen/Util/XML",
- "lib/App/hopen/Util",
- "lib/App/hopen",
- "lib/App",
- "lib",
- "support",
- "t/dir200/inner",
- "t/dir200",
- "t/lib",
- "t",
- "xt"
],- "dist": "App-hopen",
- "dynamic_config": 1,
+
"error": { … - "consistent_version": "0.000013,0.02",
- "no_missing_files_in_provides": "lib/App/hopen/TEMPLATE.pm",
+
"test_prereq_matches_use": [ … ]
},- "extension": "tar.gz",
- "external_license_file": "LICENSE.md",
- "extractable": 1,
- "extracts_nicely": 1,
- "file__build": 0,
- "file_blib": 0,
- "file_build": 0,
- "file_changelog": "Changes",
- "file_cpanfile": "cpanfile",
- "file_makefile": 0,
- "file_makefile_pl": "Makefile.PL",
- "file_manifest": "MANIFEST",
- "file_manifest_skip": "MANIFEST.SKIP",
- "file_meta_json": "META.json",
- "file_meta_yml": "META.yml",
- "file_pm_to_blib": 0,
- "file_readme": "README,README.md",
+
"files_array": [ … - "Changes",
- "LICENSE.md",
- "MANIFEST",
- "MANIFEST.SKIP",
- "META.json",
- "META.yml",
- "Makefile.PL",
- "README",
- "README.md",
- "bin/hopen",
- "cpanfile",
- "eg/001-single-file-hello/001.hopen.pl",
- "eg/001-single-file-hello/README.md",
- "eg/001-single-file-hello/hello.c",
- "eg/001-single-file-hello/runhopen.bat",
- "eg/002-double-file-hello/.hopen.pl",
- "eg/002-double-file-hello/README.md",
- "eg/002-double-file-hello/hello.c",
- "eg/002-double-file-hello/printmsg.c",
- "eg/003-double-file-double-compile/.hopen.pl",
- "eg/003-double-file-double-compile/README.md",
- "eg/003-double-file-double-compile/hello.c",
- "eg/003-double-file-double-compile/printmsg.c",
- "lib/App/hopen/AppUtil.pm",
- "lib/App/hopen/Asset.pm",
- "lib/App/hopen/BuildSystemGlobals.pm",
- "lib/App/hopen/Conventions.pod",
- "lib/App/hopen/G/AssetOp.pm",
- "lib/App/hopen/G/Cmd.pm",
- "lib/App/hopen/G/FilesCmd.pm",
- "lib/App/hopen/G/OutputPerFileCmd.pm",
- "lib/App/hopen/Gen/MSBuild/AssetGraphNode.pm",
- "lib/App/hopen/Gen/MSBuild.pm",
- "lib/App/hopen/Gen/Make/AssetGraphNode.pm",
- "lib/App/hopen/Gen/Make.pm",
- "lib/App/hopen/Gen/Ninja/AssetGraphNode.pm",
- "lib/App/hopen/Gen/Ninja.pm",
- "lib/App/hopen/Gen.pm",
- "lib/App/hopen/H.pm",
- "lib/App/hopen/HopenFileKit.pm",
- "lib/App/hopen/MYhopen.pm",
- "lib/App/hopen/Phases.pm",
- "lib/App/hopen/T/Gnu/C/CompileCmd.pm",
- "lib/App/hopen/T/Gnu/C/LinkCmd.pm",
- "lib/App/hopen/T/Gnu/C.pm",
- "lib/App/hopen/T/Gnu.pm",
- "lib/App/hopen/T/MSCL/C/CompileCmd.pm",
- "lib/App/hopen/T/MSCL/C/LinkCmd.pm",
- "lib/App/hopen/T/MSCL/C.pm",
- "lib/App/hopen/T/MSCL.pm",
- "lib/App/hopen/T/VSXML.pm",
- "lib/App/hopen/Util/BasedPath.pm",
- "lib/App/hopen/Util/String.pm",
- "lib/App/hopen/Util/XML/FromPerl.pm",
- "lib/App/hopen/Util.pm",
- "lib/App/hopen.pm",
- "support/cpanfile.pl",
- "support/readme.pl",
- "xt/boilerplate.t",
- "xt/kwalitee.t",
- "xt/manifest.t",
- "xt/pod-coverage.t",
- "xt/pod.t"
],+
"files_hash": { … +
"Changes": { … - "mtime": 1668283717,
- "size": 978
},+
"LICENSE.md": { … - "mtime": 1610856055,
- "size": 24478
},+
"MANIFEST": { … - "mtime": 1668283737,
- "size": 2047
},+
"MANIFEST.SKIP": { … - "mtime": 1668283477,
- "size": 1075
},+
"META.json": { … - "mtime": 1668283737,
- "size": 7765
},+
"META.yml": { … - "mtime": 1668283737,
- "size": 4839
},+
"Makefile.PL": { … - "mtime": 1668283477,
+
"requires": { … - "Config": "0",
- "ExtUtils::MakeMaker": "0",
- "File::Spec": "0",
- "perl": "5.014",
- "strict": "0",
- "warnings": "0"
},- "size": 11264,
+
"suggests": { … }
},+
"README": { … - "mtime": 1668283617,
- "size": 5673
},+
"README.md": { … - "mtime": 1668283617,
- "size": 5874
},+
"bin/hopen": { … - "license": "LGPL_2_1,LGPL_3_0",
- "mtime": 1668283477,
- "size": 2028
},+
"cpanfile": { … - "mtime": 1668283735,
- "size": 2103
},+
"eg/001-single-file-hello/001.hopen.pl": { … - "mtime": 1668283477,
- "size": 430
},+
"eg/001-single-file-hello/README.md": { … - "mtime": 1610856055,
- "size": 97
},+
"eg/001-single-file-hello/hello.c": { … - "mtime": 1612620008,
- "size": 70
},+
"eg/001-single-file-hello/runhopen.bat": { … - "mtime": 1612632088,
- "size": 112
},+
"eg/002-double-file-hello/.hopen.pl": { … - "mtime": 1668283477,
- "size": 590
},+
"eg/002-double-file-hello/README.md": { … - "mtime": 1610856055,
- "size": 171
},+
"eg/002-double-file-hello/hello.c": { … - "mtime": 1612620008,
- "size": 92
},+
"eg/002-double-file-hello/printmsg.c": { … - "mtime": 1612620008,
- "size": 80
},+
"eg/003-double-file-double-compile/.hopen.pl": { … - "mtime": 1668283477,
- "size": 802
},+
"eg/003-double-file-double-compile/README.md": { … - "mtime": 1610856055,
- "size": 173
},+
"eg/003-double-file-double-compile/hello.c": { … - "mtime": 1612620008,
- "size": 92
},+
"eg/003-double-file-double-compile/printmsg.c": { … - "mtime": 1612620008,
- "size": 80
},+
"lib/App/hopen.pm": { … - "license": "LGPL_2_1,LGPL_3_0",
- "module": "App::hopen",
- "mtime": 1668283477,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "App::hopen::AppUtil": "0",
- "App::hopen::BuildSystemGlobals": "0",
- "App::hopen::Phases": "0",
- "App::hopen::Util": "0",
- "App::hopen::Util::String": "0",
- "Data::Dumper": "0",
- "Data::Hopen": "0",
- "Data::Hopen::Base": "0",
- "Data::Hopen::Scope::Environment": "0",
- "Data::Hopen::Scope::Hash": "0",
- "Data::Hopen::Util::Data": "0",
- "File::Path::Tiny": "0",
- "File::stat": "0",
- "Getopt::Long": "0",
- "Hash::Merge": "0",
- "Path::Class": "0",
- "Scalar::Util": "0",
- "constant": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 33467,
+
"suggests": { … - "Pod::Text::Termcap": "0"
}
},+
"lib/App/hopen/AppUtil.pm": { … - "module": "App::hopen::AppUtil",
- "mtime": 1668283477,
+
"requires": { … - "App::hopen::Util": "0",
- "Cwd": "0",
- "Data::Hopen": "0",
- "Data::Hopen::Base": "0",
- "Exporter": "0",
- "File::Glob": "0",
- "Path::Class": "0",
- "parent": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3347
},+
"lib/App/hopen/Asset.pm": { … - "module": "App::hopen::Asset",
- "mtime": 1668283477,
+
"requires": { … - "Class::Tiny": "0",
- "Class::Tiny::ConstrainedAccessor": "0",
- "Data::Hopen::Base": "0",
- "Path::Class": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3124
},+
"lib/App/hopen/BuildSystemGlobals.pm": { … - "module": "App::hopen::BuildSystemGlobals",
- "mtime": 1668283477,
+
"requires": { … - "Data::Hopen": "0",
- "Data::Hopen::Base": "0",
- "Exporter": "0",
- "parent": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1364
},+
"lib/App/hopen/Conventions.pod": { … - "mtime": 1668283477,
- "size": 10450
},+
"lib/App/hopen/G/AssetOp.pm": { … - "module": "App::hopen::G::AssetOp",
- "mtime": 1668283477,
+
"requires": { … - "App::hopen::Asset": "0",
- "App::hopen::G::Cmd": "0",
- "Class::Tiny": "0",
- "Class::Tiny::ConstrainedAccessor": "0",
- "Data::Hopen::Base": "0",
- "Data::Hopen::Util::Data": "0",
- "Quote::Code": "0",
- "parent": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1403
},+
"lib/App/hopen/G/Cmd.pm": { … - "module": "App::hopen::G::Cmd",
- "mtime": 1668283477,
+
"requires": { … - "Class::Method::Modifiers": "0",
- "Class::Tiny": "0",
- "Data::Hopen": "0",
- "Data::Hopen::Base": "0",
- "Data::Hopen::G::Op": "0",
- "Quote::Code": "0",
- "parent": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3047
},+
"lib/App/hopen/G/FilesCmd.pm": { … - "module": "App::hopen::G::FilesCmd",
- "mtime": 1668283477,
+
"requires": { … - "App::hopen::Asset": "0",
- "App::hopen::G::Cmd": "0",
- "Class::Tiny": "0",
- "Data::Hopen": "0",
- "Data::Hopen::Base": "0",
- "parent": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1065
},+
"lib/App/hopen/G/OutputPerFileCmd.pm": { … - "module": "App::hopen::G::OutputPerFileCmd",
- "mtime": 1668283477,
+
"requires": { … - "App::hopen::G::Cmd": "0",
- "Class::Tiny": "0",
- "Data::Hopen": "0",
- "Data::Hopen::Base": "0",
- "Data::Hopen::Util::Data": "0",
- "parent": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2260
},+
"lib/App/hopen/Gen.pm": { … - "module": "App::hopen::Gen",
- "mtime": 1668283477,
+
"requires": { … - "App::hopen::Asset": "0",
- "App::hopen::BuildSystemGlobals": "0",
- "App::hopen::Util::String": "0",
- "Class::Tiny": "0",
- "Data::Hopen": "0",
- "Data::Hopen::Base": "0",
- "Data::Hopen::G::DAG": "0",
- "Data::Hopen::Util::Data": "0",
- "Data::Hopen::Visitor": "0",
- "File::pushd": "0",
- "Path::Class": "0",
- "Scalar::Util": "0",
- "parent": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 8565
},+
"lib/App/hopen/Gen/MSBuild.pm": { … - "module": "App::hopen::Gen::MSBuild",
- "mtime": 1668283477,
+
"requires": { … - "App::hopen::BuildSystemGlobals": "0",
- "App::hopen::Gen": "0",
- "App::hopen::Gen::MSBuild::AssetGraphNode": "0",
- "App::hopen::Phases": "0",
- "App::hopen::Util::XML::FromPerl": "0",
- "Class::Tiny": "0",
- "Data::Hopen": "0",
- "Data::Hopen::Base": "0",
- "Data::Hopen::Scope::Hash": "0",
- "Data::Hopen::Util::Data": "0",
- "File::Which": "0",
- "Quote::Code": "0",
- "Syntax::Construct": "0",
- "parent": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3549
},+
"lib/App/hopen/Gen/MSBuild/AssetGraphNode.pm": { … - "module": "App::hopen::Gen::MSBuild::AssetGraphNode",
- "mtime": 1668283477,
+
"requires": { … - "App::hopen::BuildSystemGlobals": "0",
- "App::hopen::G::AssetOp": "0",
- "Class::Tiny": "0",
- "Data::Hopen": "0",
- "Data::Hopen::Base": "0",
- "Quote::Code": "0",
- "String::Print": "0",
- "parent": "0",
- "strict": "0",
- "vars::i": "0",
- "warnings": "0"
},- "scan_error": "\"'>ge;\n $lrXML = [ TODO => { Name => $output },\n $lrXML ];\n }\n $self->make($self->asset);\n return {$OUTPUT=>$lrXML};\n} #_run()\n1;\n__END__\n# vi: set fdm=marker: #\n\",[[\"{\", 777, \"sub\"], [\"{\", 1212, \"\"]]",
- "size": 2280
},+
"lib/App/hopen/Gen/Make.pm": { … - "module": "App::hopen::Gen::Make",
- "mtime": 1668283477,
+
"requires": { … - "App::hopen::BuildSystemGlobals": "0",
- "App::hopen::Gen": "0",
- "App::hopen::Gen::Make::AssetGraphNode": "0",
- "App::hopen::Phases": "0",
- "Class::Tiny": "0",
- "Data::Hopen": "0",
- "Data::Hopen::Base": "0",
- "Data::Hopen::Scope::Hash": "0",
- "Data::Hopen::Util::Data": "0",
- "File::Which": "0",
- "Quote::Code": "0",
- "parent": "0",
- "strict": "0",
- "warnings": "0"
},- "scan_error": "[[\"{\", 873, \"sub\"]]",
- "size": 2881
},+
"lib/App/hopen/Gen/Make/AssetGraphNode.pm": { … - "module": "App::hopen::Gen::Make::AssetGraphNode",
- "mtime": 1668283477,
+
"requires": { … - "App::hopen::BuildSystemGlobals": "0",
- "App::hopen::G::AssetOp": "0",
- "Class::Tiny": "0",
- "Data::Hopen": "0",
- "Data::Hopen::Base": "0",
- "Quote::Code": "0",
- "String::Print": "0",
- "parent": "0",
- "strict": "0",
- "vars::i": "0",
- "warnings": "0"
},- "size": 2190
},+
"lib/App/hopen/Gen/Ninja.pm": { … - "module": "App::hopen::Gen::Ninja",
- "mtime": 1668283477,
+
"requires": { … - "App::hopen::BuildSystemGlobals": "0",
- "App::hopen::Gen": "0",
- "App::hopen::Gen::Ninja::AssetGraphNode": "0",
- "App::hopen::Phases": "0",
- "Class::Tiny": "0",
- "Data::Hopen": "0",
- "Data::Hopen::Base": "0",
- "Data::Hopen::Scope::Hash": "0",
- "Data::Hopen::Util::Data": "0",
- "File::Which": "0",
- "Path::Class": "0",
- "Quote::Code": "0",
- "parent": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2831
},+
"lib/App/hopen/Gen/Ninja/AssetGraphNode.pm": { … - "module": "App::hopen::Gen::Ninja::AssetGraphNode",
- "mtime": 1668283477,
+
"requires": { … - "App::hopen::BuildSystemGlobals": "0",
- "App::hopen::G::AssetOp": "0",
- "Class::Tiny": "0",
- "Data::Hopen": "0",
- "Data::Hopen::Base": "0",
- "Quote::Code": "0",
- "String::Print": "0",
- "parent": "0",
- "strict": "0",
- "vars::i": "0",
- "warnings": "0"
},- "size": 2879
},+
"lib/App/hopen/H.pm": { … - "module": "App::hopen::H",
- "mtime": 1668283477,
+
"requires": { … - "App::hopen::BuildSystemGlobals": "0",
- "App::hopen::G::FilesCmd": "0",
- "App::hopen::Util::BasedPath": "0",
- "Data::Hopen": "0",
- "Data::Hopen::Base": "0",
- "Data::Hopen::G::GraphBuilder": "0",
- "Data::Hopen::Util::Data": "0",
- "Exporter": "0",
- "Path::Class": "0",
- "parent": "0",
- "strict": "0",
- "vars::i": "0",
- "warnings": "0"
},- "size": 1714
},+
"lib/App/hopen/HopenFileKit.pm": { … - "module": "App::hopen::HopenFileKit",
- "mtime": 1668283477,
+
"noes": { … },+
"requires": { … - "App::hopen::BuildSystemGlobals": "0",
- "App::hopen::Phases": "0",
- "App::hopen::Util::BasedPath": "0",
- "Data::Hopen": "0",
- "Data::Hopen::Base": "0",
- "Exporter": "0",
- "Import::Into": "0",
- "Package::Alias": "0",
- "Path::Class": "0",
- "parent": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4855
},+
"lib/App/hopen/MYhopen.pm": { … - "module": "App::hopen::MYhopen",
- "mtime": 1668283477,
+
"requires": { … - "Data::Hopen": "0",
- "Data::Hopen::Base": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 987
},+
"lib/App/hopen/Phases.pm": { … - "module": "App::hopen::Phases",
- "mtime": 1668283477,
+
"noes": { … },+
"requires": { … - "App::hopen::BuildSystemGlobals": "0",
- "Data::Hopen": "0",
- "Data::Hopen::Base": "0",
- "Exporter": "0",
- "Getargs::Mixed": "0",
- "List::MoreUtils": "0",
- "parent": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5645
},+
"lib/App/hopen/T/Gnu.pm": { … - "module": "App::hopen::T::Gnu",
- "mtime": 1668283477,
+
"requires": { … - "Data::Hopen": "0",
- "Data::Hopen::Base": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 401
},+
"lib/App/hopen/T/Gnu/C.pm": { … - "module": "App::hopen::T::Gnu::C",
- "mtime": 1668283477,
+
"requires": { … - "App::hopen::BuildSystemGlobals": "0",
- "App::hopen::T::Gnu::C::CompileCmd": "0",
- "App::hopen::T::Gnu::C::LinkCmd": "0",
- "App::hopen::Util::BasedPath": "0",
- "Config": "0",
- "Data::Hopen": "0",
- "Data::Hopen::Base": "0",
- "Data::Hopen::G::GraphBuilder": "0",
- "Data::Hopen::Util::Data": "0",
- "Data::Hopen::Util::Filename": "0",
- "File::Which": "0",
- "Path::Class": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3687
},+
"lib/App/hopen/T/Gnu/C/CompileCmd.pm": { … - "module": "App::hopen::T::Gnu::C::CompileCmd",
- "mtime": 1668283477,
+
"requires": { … - "App::hopen::Asset": "0",
- "App::hopen::BuildSystemGlobals": "0",
- "App::hopen::G::OutputPerFileCmd": "0",
- "App::hopen::Util::BasedPath": "0",
- "Class::Tiny": "0",
- "Data::Hopen": "0",
- "Data::Hopen::Base": "0",
- "Data::Hopen::Util::Filename": "0",
- "Path::Class": "0",
- "parent": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1971
},+
"lib/App/hopen/T/Gnu/C/LinkCmd.pm": { … - "module": "App::hopen::T::Gnu::C::LinkCmd",
- "mtime": 1668283477,
+
"requires": { … - "App::hopen::BuildSystemGlobals": "0",
- "App::hopen::G::Cmd": "0",
- "App::hopen::Util::BasedPath": "0",
- "Class::Tiny": "0",
- "Data::Hopen": "0",
- "Data::Hopen::Base": "0",
- "Data::Hopen::Util::Filename": "0",
- "Path::Class": "0",
- "parent": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1988
},+
"lib/App/hopen/T/MSCL.pm": { … - "module": "App::hopen::T::MSCL",
- "mtime": 1668283477,
+
"requires": { … - "Data::Hopen": "0",
- "Data::Hopen::Base": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 575
},+
"lib/App/hopen/T/MSCL/C.pm": { … - "module": "App::hopen::T::MSCL::C",
- "mtime": 1668283477,
+
"requires": { … - "App::hopen::BuildSystemGlobals": "0",
- "App::hopen::T::MSCL::C::CompileCmd": "0",
- "App::hopen::T::MSCL::C::LinkCmd": "0",
- "App::hopen::Util::BasedPath": "0",
- "Config": "0",
- "Data::Hopen": "0",
- "Data::Hopen::Base": "0",
- "Data::Hopen::G::GraphBuilder": "0",
- "Data::Hopen::Util::Data": "0",
- "Data::Hopen::Util::Filename": "0",
- "File::Which": "0",
- "Path::Class": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3648
},+
"lib/App/hopen/T/MSCL/C/CompileCmd.pm": { … - "module": "App::hopen::T::MSCL::C::CompileCmd",
- "mtime": 1668283477,
+
"requires": { … - "App::hopen::Asset": "0",
- "App::hopen::BuildSystemGlobals": "0",
- "App::hopen::G::OutputPerFileCmd": "0",
- "App::hopen::Util::BasedPath": "0",
- "Class::Tiny": "0",
- "Data::Hopen": "0",
- "Data::Hopen::Base": "0",
- "Data::Hopen::Util::Filename": "0",
- "Path::Class": "0",
- "parent": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2658
},+
"lib/App/hopen/T/MSCL/C/LinkCmd.pm": { … - "module": "App::hopen::T::MSCL::C::LinkCmd",
- "mtime": 1668283477,
+
"requires": { … - "App::hopen::BuildSystemGlobals": "0",
- "App::hopen::G::Cmd": "0",
- "App::hopen::Util::BasedPath": "0",
- "Class::Tiny": "0",
- "Data::Hopen": "0",
- "Data::Hopen::Base": "0",
- "Data::Hopen::Util::Filename": "0",
- "Path::Class": "0",
- "parent": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2191
},+
"lib/App/hopen/T/VSXML.pm": { … - "module": "App::hopen::T::VSXML",
- "mtime": 1668283477,
+
"requires": { … - "Data::Hopen": "0",
- "Data::Hopen::Base": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 444
},+
"lib/App/hopen/Util.pm": { … - "module": "App::hopen::Util",
- "mtime": 1668283477,
+
"requires": { … - "Exporter": "0",
- "constant": "0",
- "parent": "0",
- "strict": "0",
- "vars::i": "0",
- "warnings": "0"
},- "size": 742
},+
"lib/App/hopen/Util/BasedPath.pm": { … - "module": "App::hopen::Util::BasedPath",
- "mtime": 1668283477,
+
"requires": { … - "Class::Tiny": "0",
- "Cwd": "0",
- "Data::Hopen::Base": "0",
- "Exporter": "0",
- "Getargs::Mixed": "0",
- "Path::Class": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5637
},+
"lib/App/hopen/Util/String.pm": { … - "module": "App::hopen::Util::String",
- "mtime": 1668283477,
+
"requires": { … - "Data::Hopen": "0",
- "Data::Hopen::Base": "0",
- "Exporter": "0",
- "parent": "0",
- "strict": "0",
- "vars::i": "0",
- "warnings": "0"
},- "size": 2403
},+
"lib/App/hopen/Util/XML/FromPerl.pm": { … - "license": "Perl_5",
- "module": "App::hopen::Util::XML::FromPerl",
- "mtime": 1668283477,
+
"recommends": { … - "warnings::register": "0"
},+
"requires": { … - "Exporter": "0",
- "XML::LibXML": "0",
- "if": "0",
- "parent": "0",
- "strict": "0",
- "vars": "0",
- "warnings": "0"
},- "size": 7695
},+
"support/cpanfile.pl": { … - "mtime": 1668283477,
- "size": 688
},+
"support/readme.pl": { … - "mtime": 1668283477,
- "size": 3124
},+
"t/00-load-ah.t": { … - "mtime": 1668283477,
- "no_index": 1,
+
"requires": { … - "Test::More": "0",
- "perl": "5.014",
- "strict": "0",
- "warnings": "0"
},- "size": 837
},+
"t/030-util-basedpath.t": { … - "mtime": 1668283477,
- "no_index": 1,
+
"requires": { … - "HopenTest": "0",
- "Path::Class": "0",
- "rlib": "0"
},- "size": 1613
},+
"t/040-ah-g-assetop.t": { … - "mtime": 1668283477,
- "no_index": 1,
+
"requires": { … - "App::hopen::G::AssetOp": "0",
- "HopenTest": "0",
- "Test::Exception": "0",
- "rlib": "0"
},- "size": 284
},+
"t/100-h.t": { … - "mtime": 1668283477,
- "no_index": 1,
+
"requires": { … - "App::hopen::BuildSystemGlobals": "0",
- "Class::Tiny": "0",
- "Data::Hopen": "0",
- "Data::Hopen::G::DAG": "0",
- "Data::Hopen::Visitor": "0",
- "HopenTest": "0",
- "Path::Class": "0",
- "parent": "0",
- "rlib": "0"
},- "size": 1253
},+
"t/199-util.t": { … - "mtime": 1668283477,
- "no_index": 1,
+
"requires": { … - "App::hopen::Util": "0",
- "HopenTest": "0",
- "Path::Class": "0",
- "Test::Deep": "0",
- "rlib": "0"
},- "size": 347
},+
"t/200-apputil-basic.t": { … - "mtime": 1668283477,
- "no_index": 1,
+
"requires": { … - "App::hopen::AppUtil": "0",
- "HopenTest": "0",
- "Path::Class": "0",
- "Test::Deep": "0",
- "rlib": "0"
},- "size": 475
},+
"t/900-eg-001.t": { … - "mtime": 1668283477,
- "no_index": 1,
+
"requires": { … - "App::hopen": "0",
- "Capture::Tiny": "0",
- "HopenTest": "0",
- "Path::Class": "0",
- "Test::Directory": "0",
- "rlib": "0"
},- "size": 1608
},+
"t/dir200/inner.hopen.pl": { … - "mtime": 1610856055,
- "no_index": 1,
- "size": 0
},+
"t/dir200/inner/.hopen.pl": { … - "mtime": 1610856055,
- "no_index": 1,
- "size": 0
},+
"t/dir200/inner/z.hopen.pl": { … - "mtime": 1613011940,
- "no_index": 1,
- "size": 19
},+
"t/lib/HopenTest.pm": { … - "mtime": 1668283477,
- "no_index": 1,
+
"noes": { … },+
"requires": { … - "Carp": "0",
- "Data::Dumper": "0",
- "Data::Hopen::Base": "0",
- "Exporter": "0",
- "Import::Into": "0",
- "Test::More": "0",
- "constant": "0",
- "feature": "0",
- "parent": "0",
- "perl": "5.014",
- "strict": "0",
- "warnings": "0"
},- "size": 2138
},+
"xt/boilerplate.t": { … - "mtime": 1668283477,
- "size": 1328
},+
"xt/kwalitee.t": { … - "mtime": 1668283477,
- "size": 237
},+
"xt/manifest.t": { … - "mtime": 1668283477,
- "size": 323
},+
"xt/pod-coverage.t": { … - "mtime": 1668283477,
- "size": 691
},+
"xt/pod.t": { … - "mtime": 1668283477,
- "size": 361
}
},- "got_prereq_from": "META.yml",
+
"kwalitee": { … - "buildtool_not_executable": 1,
- "configure_prereq_matches_use": 1,
- "consistent_version": 0,
- "core_kwalitee": "100.00",
- "distname_matches_name_in_meta": 1,
- "extractable": 1,
- "extracts_nicely": 1,
- "has_abstract_in_pod": 1,
- "has_buildtool": 1,
- "has_changelog": 1,
- "has_contributing_doc": 0,
- "has_human_readable_license": 1,
- "has_known_license_in_source_file": 1,
- "has_license_in_source_file": 1,
- "has_manifest": 1,
- "has_meta_json": 1,
- "has_meta_yml": 1,
- "has_proper_version": 1,
- "has_readme": 1,
- "has_security_doc": 0,
- "has_separate_license_file": 1,
- "has_tests": 1,
- "has_tests_in_t_dir": 1,
- "has_version": 1,
- "kwalitee": "153.12",
- "main_module_version_matches_dist_version": 1,
- "manifest_matches_dist": 1,
- "meta_json_conforms_to_known_spec": 1,
- "meta_json_is_parsable": 1,
- "meta_yml_conforms_to_known_spec": 1,
- "meta_yml_declares_perl_version": 1,
- "meta_yml_has_license": 1,
- "meta_yml_has_provides": 1,
- "meta_yml_has_repository_resource": 1,
- "meta_yml_is_parsable": 1,
- "no_abstract_stub_in_pod": 1,
- "no_broken_auto_install": 1,
- "no_broken_module_install": 1,
- "no_dot_dirs": 1,
- "no_dot_underscore_files": 1,
- "no_files_to_be_skipped": 1,
- "no_generated_files": 1,
- "no_invalid_versions": 1,
- "no_local_dirs": 1,
- "no_maniskip_error": 1,
- "no_missing_files_in_provides": 0,
- "no_mymeta_files": 1,
- "no_pax_headers": 1,
- "no_pod_errors": 1,
- "no_stdin_for_prompting": 1,
- "no_symlinks": 1,
- "no_unauthorized_packages": 1,
- "portable_filenames": 1,
- "prereq_matches_use": 1,
- "proper_libs": 1,
- "security_doc_contains_contact": 0,
- "test_prereq_matches_use": 1,
- "use_strict": 1,
- "use_warnings": 1,
- "valid_signature": 1
},- "latest_mtime": 1668283737,
- "license": "lgpl defined in META.yml defined in LICENSE.md",
- "license_from_yaml": "lgpl",
- "license_in_pod": 1,
+
"licenses": { … +
"LGPL_2_1": [ … - "bin/hopen",
- "lib/App/hopen.pm"
],+
"LGPL_3_0": [ … - "bin/hopen",
- "lib/App/hopen.pm"
],+
"Perl_5": [ … - "lib/App/hopen/Util/XML/FromPerl.pm"
]
},- "manifest_matches_dist": 1,
- "maturity": "developer",
+
"meta_json": { … - "abstract": "Graph-driven cross-platform build system",
+
"author": [ … - "Christopher White <cxw@cpan.org>"
],- "dynamic_config": 1,
- "generated_by": "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010",
+
"license": [ … ],+
"meta-spec": { … },- "name": "App-hopen",
+
"no_index": { … },+
"prereqs": { … +
"build": { … +
"requires": { … - "Getopt::Long": "0",
- "Path::Class": "0.37",
- "Pod::Markdown": "0",
- "Pod::Text": "0"
}
},+
"configure": { … +
"requires": { … - "Config": "0",
- "ExtUtils::MakeMaker": "0",
- "File::Spec": "0",
- "strict": "0",
- "warnings": "0"
}
},+
"develop": { … +
"requires": { … - "App::RewriteVersion": "0",
- "CPAN::Meta": "0",
- "File::Slurp": "9999.26",
- "Module::CPANfile": "0.9020",
- "Module::Metadata": "1.000016",
- "Test::Kwalitee": "0"
}
},+
"runtime": { … +
"requires": { … - "Carp": "0",
- "Class::Method::Modifiers": "2.10",
- "Class::Tiny": "1.000",
- "Class::Tiny::ConstrainedAccessor": "0.000010",
- "Config": "0",
- "Cwd": "0",
- "Data::Dumper": "2.154",
- "Data::Hopen": "0.000019",
- "Deep::Hash::Utils": "0.03",
- "Exporter": "0",
- "File::Glob": "0",
- "File::Path::Tiny": "0.9",
- "File::Spec": "0",
- "File::Which": "1.22",
- "File::pushd": "1.013",
- "File::stat": "0",
- "Getargs::Mixed": "1.04",
- "Getopt::Long": "2.5",
- "Graph": "0.9704",
- "Hash::Merge": "0.299",
- "Import::Into": "0",
- "List::MoreUtils": "0.428",
- "Package::Alias": "0.12",
- "Path::Class": "0.37",
- "Pod::Usage": "0",
- "Quote::Code": "1.01",
- "Scalar::Util": "0",
- "Set::Scalar": "1.27",
- "String::Print": "0.92",
- "Syntax::Construct": "0.07",
- "Type::Tiny": "1.004004",
- "XML::FromPerl": "0",
- "XML::LibXML": "1.60",
- "constant": "0",
- "feature": "0",
- "overload": "0",
- "perl": "5.014",
- "strict": "0",
- "vars::i": "1.06",
- "warnings": "0"
}
},+
"test": { … +
"requires": { … - "Carp": "0",
- "Exporter": "0",
- "Import::Into": "0",
- "Scalar::Util": "0",
- "Test::Deep": "0.084",
- "Test::Directory": "0.02",
- "Test::Exception": "0",
- "Test::More": "0",
- "Test::Warn": "0.35",
- "rlib": "0"
}
}
},+
"provides": { … +
"App::hopen": { … - "file": "lib/App/hopen.pm",
- "version": "0.000013"
},+
"App::hopen::AppUtil": { … - "file": "lib/App/hopen/AppUtil.pm",
- "version": "0.000013"
},+
"App::hopen::Asset": { … - "file": "lib/App/hopen/Asset.pm",
- "version": "0.000013"
},+
"App::hopen::BuildSystemGlobals": { … - "file": "lib/App/hopen/BuildSystemGlobals.pm",
- "version": "0.000013"
},+
"App::hopen::G::AssetOp": { … - "file": "lib/App/hopen/G/AssetOp.pm",
- "version": "0.000013"
},+
"App::hopen::G::Cmd": { … - "file": "lib/App/hopen/G/Cmd.pm",
- "version": "0.000013"
},+
"App::hopen::G::FilesCmd": { … - "file": "lib/App/hopen/G/FilesCmd.pm",
- "version": "0.000013"
},+
"App::hopen::G::OutputPerFileCmd": { … - "file": "lib/App/hopen/G/OutputPerFileCmd.pm",
- "version": "0.000013"
},+
"App::hopen::Gen": { … - "file": "lib/App/hopen/Gen.pm",
- "version": "0.000013"
},+
"App::hopen::Gen::MSBuild": { … - "file": "lib/App/hopen/Gen/MSBuild.pm",
- "version": "0.000013"
},+
"App::hopen::Gen::MSBuild::AssetGraphNode": { … - "file": "lib/App/hopen/Gen/MSBuild/AssetGraphNode.pm",
- "version": "0.000013"
},+
"App::hopen::Gen::Make": { … - "file": "lib/App/hopen/Gen/Make.pm",
- "version": "0.000013"
},+
"App::hopen::Gen::Make::AssetGraphNode": { … - "file": "lib/App/hopen/Gen/Make/AssetGraphNode.pm",
- "version": "0.000013"
},+
"App::hopen::Gen::Ninja": { … - "file": "lib/App/hopen/Gen/Ninja.pm",
- "version": "0.000013"
},+
"App::hopen::Gen::Ninja::AssetGraphNode": { … - "file": "lib/App/hopen/Gen/Ninja/AssetGraphNode.pm",
- "version": "0.000013"
},+
"App::hopen::H": { … - "file": "lib/App/hopen/H.pm",
- "version": "0.000013"
},+
"App::hopen::HopenFileKit": { … - "file": "lib/App/hopen/HopenFileKit.pm",
- "version": "0.000013"
},+
"App::hopen::MYhopen": { … - "file": "lib/App/hopen/MYhopen.pm",
- "version": "0.000013"
},+
"App::hopen::Phases": { … - "file": "lib/App/hopen/Phases.pm",
- "version": "0.000013"
},+
"App::hopen::T::Gnu": { … - "file": "lib/App/hopen/T/Gnu.pm",
- "version": "0.000013"
},+
"App::hopen::T::Gnu::C": { … - "file": "lib/App/hopen/T/Gnu/C.pm",
- "version": "0.000013"
},+
"App::hopen::T::Gnu::C::CompileCmd": { … - "file": "lib/App/hopen/T/Gnu/C/CompileCmd.pm",
- "version": "0.000013"
},+
"App::hopen::T::Gnu::C::LinkCmd": { … - "file": "lib/App/hopen/T/Gnu/C/LinkCmd.pm",
- "version": "0.000013"
},+
"App::hopen::T::MSCL": { … - "file": "lib/App/hopen/T/MSCL.pm",
- "version": "0.000013"
},+
"App::hopen::T::MSCL::C": { … - "file": "lib/App/hopen/T/MSCL/C.pm",
- "version": "0.000013"
},+
"App::hopen::T::MSCL::C::CompileCmd": { … - "file": "lib/App/hopen/T/MSCL/C/CompileCmd.pm",
- "version": "0.000013"
},+
"App::hopen::T::MSCL::C::LinkCmd": { … - "file": "lib/App/hopen/T/MSCL/C/LinkCmd.pm",
- "version": "0.000013"
},+
"App::hopen::T::VSXML": { … - "file": "lib/App/hopen/T/VSXML.pm",
- "version": "0.000013"
},+
"App::hopen::TEMPLATE": { … - "file": "lib/App/hopen/TEMPLATE.pm",
- "version": "0.000013"
},+
"App::hopen::Util": { … - "file": "lib/App/hopen/Util.pm",
- "version": "0.000013"
},+
"App::hopen::Util::BasedPath": { … - "file": "lib/App/hopen/Util/BasedPath.pm",
- "version": "0.000013"
},+
"App::hopen::Util::String": { … - "file": "lib/App/hopen/Util/String.pm",
- "version": "0.000013"
},+
"App::hopen::Util::XML::FromPerl": { … - "file": "lib/App/hopen/Util/XML/FromPerl.pm",
- "version": "0.02"
}
},- "release_status": "testing",
+
"resources": { … +
"bugtracker": { … },+
"repository": { … }
},- "version": "0.000013",
- "x_serialization_backend": "JSON::PP version 4.02"
},- "meta_json_is_parsable": 1,
- "meta_json_spec_version": 2,
+
"meta_yml": { … - "abstract": "Graph-driven cross-platform build system",
+
"author": [ … - "Christopher White <cxw@cpan.org>"
],+
"build_requires": { … - "Carp": "0",
- "Exporter": "0",
- "Getopt::Long": "0",
- "Import::Into": "0",
- "Path::Class": "0.37",
- "Pod::Markdown": "0",
- "Pod::Text": "0",
- "Scalar::Util": "0",
- "Test::Deep": "0.084",
- "Test::Directory": "0.02",
- "Test::Exception": "0",
- "Test::More": "0",
- "Test::Warn": "0.35",
- "rlib": "0"
},+
"configure_requires": { … - "Config": "0",
- "ExtUtils::MakeMaker": "0",
- "File::Spec": "0",
- "strict": "0",
- "warnings": "0"
},- "dynamic_config": "1",
- "generated_by": "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010",
- "license": "lgpl",
+
"meta-spec": { … },- "name": "App-hopen",
+
"no_index": { … },+
"provides": { … +
"App::hopen": { … - "file": "lib/App/hopen.pm",
- "version": "0.000013"
},+
"App::hopen::AppUtil": { … - "file": "lib/App/hopen/AppUtil.pm",
- "version": "0.000013"
},+
"App::hopen::Asset": { … - "file": "lib/App/hopen/Asset.pm",
- "version": "0.000013"
},+
"App::hopen::BuildSystemGlobals": { … - "file": "lib/App/hopen/BuildSystemGlobals.pm",
- "version": "0.000013"
},+
"App::hopen::G::AssetOp": { … - "file": "lib/App/hopen/G/AssetOp.pm",
- "version": "0.000013"
},+
"App::hopen::G::Cmd": { … - "file": "lib/App/hopen/G/Cmd.pm",
- "version": "0.000013"
},+
"App::hopen::G::FilesCmd": { … - "file": "lib/App/hopen/G/FilesCmd.pm",
- "version": "0.000013"
},+
"App::hopen::G::OutputPerFileCmd": { … - "file": "lib/App/hopen/G/OutputPerFileCmd.pm",
- "version": "0.000013"
},+
"App::hopen::Gen": { … - "file": "lib/App/hopen/Gen.pm",
- "version": "0.000013"
},+
"App::hopen::Gen::MSBuild": { … - "file": "lib/App/hopen/Gen/MSBuild.pm",
- "version": "0.000013"
},+
"App::hopen::Gen::MSBuild::AssetGraphNode": { … - "file": "lib/App/hopen/Gen/MSBuild/AssetGraphNode.pm",
- "version": "0.000013"
},+
"App::hopen::Gen::Make": { … - "file": "lib/App/hopen/Gen/Make.pm",
- "version": "0.000013"
},+
"App::hopen::Gen::Make::AssetGraphNode": { … - "file": "lib/App/hopen/Gen/Make/AssetGraphNode.pm",
- "version": "0.000013"
},+
"App::hopen::Gen::Ninja": { … - "file": "lib/App/hopen/Gen/Ninja.pm",
- "version": "0.000013"
},+
"App::hopen::Gen::Ninja::AssetGraphNode": { … - "file": "lib/App/hopen/Gen/Ninja/AssetGraphNode.pm",
- "version": "0.000013"
},+
"App::hopen::H": { … - "file": "lib/App/hopen/H.pm",
- "version": "0.000013"
},+
"App::hopen::HopenFileKit": { … - "file": "lib/App/hopen/HopenFileKit.pm",
- "version": "0.000013"
},+
"App::hopen::MYhopen": { … - "file": "lib/App/hopen/MYhopen.pm",
- "version": "0.000013"
},+
"App::hopen::Phases": { … - "file": "lib/App/hopen/Phases.pm",
- "version": "0.000013"
},+
"App::hopen::T::Gnu": { … - "file": "lib/App/hopen/T/Gnu.pm",
- "version": "0.000013"
},+
"App::hopen::T::Gnu::C": { … - "file": "lib/App/hopen/T/Gnu/C.pm",
- "version": "0.000013"
},+
"App::hopen::T::Gnu::C::CompileCmd": { … - "file": "lib/App/hopen/T/Gnu/C/CompileCmd.pm",
- "version": "0.000013"
},+
"App::hopen::T::Gnu::C::LinkCmd": { … - "file": "lib/App/hopen/T/Gnu/C/LinkCmd.pm",
- "version": "0.000013"
},+
"App::hopen::T::MSCL": { … - "file": "lib/App/hopen/T/MSCL.pm",
- "version": "0.000013"
},+
"App::hopen::T::MSCL::C": { … - "file": "lib/App/hopen/T/MSCL/C.pm",
- "version": "0.000013"
},+
"App::hopen::T::MSCL::C::CompileCmd": { … - "file": "lib/App/hopen/T/MSCL/C/CompileCmd.pm",
- "version": "0.000013"
},+
"App::hopen::T::MSCL::C::LinkCmd": { … - "file": "lib/App/hopen/T/MSCL/C/LinkCmd.pm",
- "version": "0.000013"
},+
"App::hopen::T::VSXML": { … - "file": "lib/App/hopen/T/VSXML.pm",
- "version": "0.000013"
},+
"App::hopen::TEMPLATE": { … - "file": "lib/App/hopen/TEMPLATE.pm",
- "version": "0.000013"
},+
"App::hopen::Util": { … - "file": "lib/App/hopen/Util.pm",
- "version": "0.000013"
},+
"App::hopen::Util::BasedPath": { … - "file": "lib/App/hopen/Util/BasedPath.pm",
- "version": "0.000013"
},+
"App::hopen::Util::String": { … - "file": "lib/App/hopen/Util/String.pm",
- "version": "0.000013"
},+
"App::hopen::Util::XML::FromPerl": { … - "file": "lib/App/hopen/Util/XML/FromPerl.pm",
- "version": "0.02"
}
},+
"requires": { … - "Carp": "0",
- "Class::Method::Modifiers": "2.10",
- "Class::Tiny": "1.000",
- "Class::Tiny::ConstrainedAccessor": "0.000010",
- "Config": "0",
- "Cwd": "0",
- "Data::Dumper": "2.154",
- "Data::Hopen": "0.000019",
- "Deep::Hash::Utils": "0.03",
- "Exporter": "0",
- "File::Glob": "0",
- "File::Path::Tiny": "0.9",
- "File::Spec": "0",
- "File::Which": "1.22",
- "File::pushd": "1.013",
- "File::stat": "0",
- "Getargs::Mixed": "1.04",
- "Getopt::Long": "2.5",
- "Graph": "0.9704",
- "Hash::Merge": "0.299",
- "Import::Into": "0",
- "List::MoreUtils": "0.428",
- "Package::Alias": "0.12",
- "Path::Class": "0.37",
- "Pod::Usage": "0",
- "Quote::Code": "1.01",
- "Scalar::Util": "0",
- "Set::Scalar": "1.27",
- "String::Print": "0.92",
- "Syntax::Construct": "0.07",
- "Type::Tiny": "1.004004",
- "XML::FromPerl": "0",
- "XML::LibXML": "1.60",
- "constant": "0",
- "feature": "0",
- "overload": "0",
- "perl": "5.014",
- "strict": "0",
- "vars::i": "1.06",
- "warnings": "0"
},+
"resources": { … },- "version": "0.000013",
- "x_serialization_backend": "CPAN::Meta::YAML version 0.018"
},- "meta_yml_is_parsable": 1,
- "meta_yml_spec_version": "1.4",
+
"modules": [ … +
{ … - "file": "lib/App/hopen.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "App::hopen"
},+
{ … - "file": "lib/App/hopen/AppUtil.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "App::hopen::AppUtil"
},+
{ … - "file": "lib/App/hopen/Asset.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "App::hopen::Asset"
},+
{ … - "file": "lib/App/hopen/BuildSystemGlobals.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "App::hopen::BuildSystemGlobals"
},+
{ … - "file": "lib/App/hopen/G/AssetOp.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "App::hopen::G::AssetOp"
},+
{ … - "file": "lib/App/hopen/G/Cmd.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "App::hopen::G::Cmd"
},+
{ … - "file": "lib/App/hopen/G/FilesCmd.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "App::hopen::G::FilesCmd"
},+
{ … - "file": "lib/App/hopen/G/OutputPerFileCmd.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "App::hopen::G::OutputPerFileCmd"
},+
{ … - "file": "lib/App/hopen/Gen.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "App::hopen::Gen"
},+
{ … - "file": "lib/App/hopen/Gen/MSBuild.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "App::hopen::Gen::MSBuild"
},+
{ … - "file": "lib/App/hopen/Gen/MSBuild/AssetGraphNode.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "App::hopen::Gen::MSBuild::AssetGraphNode"
},+
{ … - "file": "lib/App/hopen/Gen/Make.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "App::hopen::Gen::Make"
},+
{ … - "file": "lib/App/hopen/Gen/Make/AssetGraphNode.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "App::hopen::Gen::Make::AssetGraphNode"
},+
{ … - "file": "lib/App/hopen/Gen/Ninja.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "App::hopen::Gen::Ninja"
},+
{ … - "file": "lib/App/hopen/Gen/Ninja/AssetGraphNode.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "App::hopen::Gen::Ninja::AssetGraphNode"
},+
{ … - "file": "lib/App/hopen/H.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "App::hopen::H"
},+
{ … - "file": "lib/App/hopen/HopenFileKit.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "App::hopen::HopenFileKit"
},+
{ … - "file": "lib/App/hopen/MYhopen.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "App::hopen::MYhopen"
},+
{ … - "file": "lib/App/hopen/Phases.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "App::hopen::Phases"
},+
{ … - "file": "lib/App/hopen/T/Gnu.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "App::hopen::T::Gnu"
},+
{ … - "file": "lib/App/hopen/T/Gnu/C.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "App::hopen::T::Gnu::C"
},+
{ … - "file": "lib/App/hopen/T/Gnu/C/CompileCmd.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "App::hopen::T::Gnu::C::CompileCmd"
},+
{ … - "file": "lib/App/hopen/T/Gnu/C/LinkCmd.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "App::hopen::T::Gnu::C::LinkCmd"
},+
{ … - "file": "lib/App/hopen/T/MSCL.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "App::hopen::T::MSCL"
},+
{ … - "file": "lib/App/hopen/T/MSCL/C.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "App::hopen::T::MSCL::C"
},+
{ … - "file": "lib/App/hopen/T/MSCL/C/CompileCmd.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "App::hopen::T::MSCL::C::CompileCmd"
},+
{ … - "file": "lib/App/hopen/T/MSCL/C/LinkCmd.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "App::hopen::T::MSCL::C::LinkCmd"
},+
{ … - "file": "lib/App/hopen/T/VSXML.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "App::hopen::T::VSXML"
},+
{ … - "file": "lib/App/hopen/TEMPLATE.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "App::hopen::TEMPLATE",
- "not_exists": 1
},+
{ … - "file": "lib/App/hopen/Util.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "App::hopen::Util"
},+
{ … - "file": "lib/App/hopen/Util/BasedPath.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "App::hopen::Util::BasedPath"
},+
{ … - "file": "lib/App/hopen/Util/String.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "App::hopen::Util::String"
},+
{ … - "file": "lib/App/hopen/Util/XML/FromPerl.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "App::hopen::Util::XML::FromPerl"
}
],- "needs_compiler": 1,
- "no_index": "^inc/;^t/",
- "no_pax_headers": 1,
- "path": "C/CX/CXW/App-hopen-0.000013-TRIAL.tar.gz",
+
"prereq": [ … +
{ … - "is_build_prereq": 1,
- "requires": "Carp",
- "type": "build_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "Carp",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "Class::Method::Modifiers",
- "type": "runtime_requires",
- "version": "2.10"
},+
{ … - "is_prereq": 1,
- "requires": "Class::Tiny",
- "type": "runtime_requires",
- "version": "1.000"
},+
{ … - "is_prereq": 1,
- "requires": "Class::Tiny::ConstrainedAccessor",
- "type": "runtime_requires",
- "version": "0.000010"
},+
{ … - "requires": "Config",
- "type": "configure_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "Config",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "Cwd",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "Data::Dumper",
- "type": "runtime_requires",
- "version": "2.154"
},+
{ … - "is_prereq": 1,
- "requires": "Data::Hopen",
- "type": "runtime_requires",
- "version": "0.000019"
},+
{ … - "is_prereq": 1,
- "requires": "Deep::Hash::Utils",
- "type": "runtime_requires",
- "version": "0.03"
},+
{ … - "is_build_prereq": 1,
- "requires": "Exporter",
- "type": "build_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "Exporter",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "requires": "ExtUtils::MakeMaker",
- "type": "configure_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "File::Glob",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "File::Path::Tiny",
- "type": "runtime_requires",
- "version": "0.9"
},+
{ … - "requires": "File::Spec",
- "type": "configure_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "File::Spec",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "File::Which",
- "type": "runtime_requires",
- "version": "1.22"
},+
{ … - "is_prereq": 1,
- "requires": "File::pushd",
- "type": "runtime_requires",
- "version": "1.013"
},+
{ … - "is_prereq": 1,
- "requires": "File::stat",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "Getargs::Mixed",
- "type": "runtime_requires",
- "version": "1.04"
},+
{ … - "is_build_prereq": 1,
- "requires": "Getopt::Long",
- "type": "build_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "Getopt::Long",
- "type": "runtime_requires",
- "version": "2.5"
},+
{ … - "is_prereq": 1,
- "requires": "Graph",
- "type": "runtime_requires",
- "version": "0.9704"
},+
{ … - "is_prereq": 1,
- "requires": "Hash::Merge",
- "type": "runtime_requires",
- "version": "0.299"
},+
{ … - "is_build_prereq": 1,
- "requires": "Import::Into",
- "type": "build_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "Import::Into",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "List::MoreUtils",
- "type": "runtime_requires",
- "version": "0.428"
},+
{ … - "is_prereq": 1,
- "requires": "Package::Alias",
- "type": "runtime_requires",
- "version": "0.12"
},+
{ … - "is_build_prereq": 1,
- "requires": "Path::Class",
- "type": "build_requires",
- "version": "0.37"
},+
{ … - "is_prereq": 1,
- "requires": "Path::Class",
- "type": "runtime_requires",
- "version": "0.37"
},+
{ … - "is_build_prereq": 1,
- "requires": "Pod::Markdown",
- "type": "build_requires",
- "version": "0"
},+
{ … - "is_build_prereq": 1,
- "requires": "Pod::Text",
- "type": "build_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "Pod::Usage",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "Quote::Code",
- "type": "runtime_requires",
- "version": "1.01"
},+
{ … - "is_build_prereq": 1,
- "requires": "Scalar::Util",
- "type": "build_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "Scalar::Util",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "Set::Scalar",
- "type": "runtime_requires",
- "version": "1.27"
},+
{ … - "is_prereq": 1,
- "requires": "String::Print",
- "type": "runtime_requires",
- "version": "0.92"
},+
{ … - "is_prereq": 1,
- "requires": "Syntax::Construct",
- "type": "runtime_requires",
- "version": "0.07"
},+
{ … - "is_build_prereq": 1,
- "requires": "Test::Deep",
- "type": "build_requires",
- "version": "0.084"
},+
{ … - "is_build_prereq": 1,
- "requires": "Test::Directory",
- "type": "build_requires",
- "version": "0.02"
},+
{ … - "is_build_prereq": 1,
- "requires": "Test::Exception",
- "type": "build_requires",
- "version": "0"
},+
{ … - "is_build_prereq": 1,
- "requires": "Test::More",
- "type": "build_requires",
- "version": "0"
},+
{ … - "is_build_prereq": 1,
- "requires": "Test::Warn",
- "type": "build_requires",
- "version": "0.35"
},+
{ … - "is_prereq": 1,
- "requires": "Type::Tiny",
- "type": "runtime_requires",
- "version": "1.004004"
},+
{ … - "is_prereq": 1,
- "requires": "XML::FromPerl",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "XML::LibXML",
- "type": "runtime_requires",
- "version": "1.60"
},+
{ … - "is_prereq": 1,
- "requires": "constant",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "feature",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "overload",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "perl",
- "type": "runtime_requires",
- "version": "5.014"
},+
{ … - "is_build_prereq": 1,
- "requires": "rlib",
- "type": "build_requires",
- "version": "0"
},+
{ … - "requires": "strict",
- "type": "configure_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "strict",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "vars::i",
- "type": "runtime_requires",
- "version": "1.06"
},+
{ … - "requires": "warnings",
- "type": "configure_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "warnings",
- "type": "runtime_requires",
- "version": "0"
}
],- "released_epoch": 1668283965,
- "required_perl": "5.014",
- "size_packed": 67417,
- "size_unpacked": 218182,
+
"uses": { … +
"configure": { … +
"requires": { … - "Config": "0",
- "ExtUtils::MakeMaker": "0",
- "File::Spec": "0",
- "perl": "5.014",
- "strict": "0",
- "warnings": "0"
},+
"suggests": { … }
},+
"runtime": { … +
"noes": { … - "strict": "0",
- "warnings": "0"
},+
"recommends": { … - "Pod::Usage": "0",
- "warnings::register": "0"
},+
"requires": { … - "Class::Method::Modifiers": "0",
- "Class::Tiny": "0",
- "Class::Tiny::ConstrainedAccessor": "0",
- "Config": "0",
- "Cwd": "0",
- "Data::Dumper": "0",
- "Data::Hopen": "0",
- "Data::Hopen::Base": "0",
- "Data::Hopen::G::DAG": "0",
- "Data::Hopen::G::GraphBuilder": "0",
- "Data::Hopen::G::Op": "0",
- "Data::Hopen::Scope::Environment": "0",
- "Data::Hopen::Scope::Hash": "0",
- "Data::Hopen::Util::Data": "0",
- "Data::Hopen::Util::Filename": "0",
- "Data::Hopen::Visitor": "0",
- "Exporter": "0",
- "File::Glob": "0",
- "File::Path::Tiny": "0",
- "File::Which": "0",
- "File::pushd": "0",
- "File::stat": "0",
- "Getargs::Mixed": "0",
- "Getopt::Long": "0",
- "Hash::Merge": "0",
- "Import::Into": "0",
- "List::MoreUtils": "0",
- "Package::Alias": "0",
- "Path::Class": "0",
- "Quote::Code": "0",
- "Scalar::Util": "0",
- "String::Print": "0",
- "Syntax::Construct": "0",
- "XML::LibXML": "0",
- "constant": "0",
- "if": "0",
- "overload": "0",
- "parent": "0",
- "strict": "0",
- "vars": "0",
- "vars::i": "0",
- "warnings": "0"
},+
"suggests": { … - "Pod::Text::Termcap": "0"
}
},+
"test": { … +
"noes": { … },+
"requires": { … - "Capture::Tiny": "0",
- "Carp": "0",
- "Class::Tiny": "0",
- "Data::Dumper": "0",
- "Data::Hopen": "0",
- "Data::Hopen::Base": "0",
- "Data::Hopen::G::DAG": "0",
- "Data::Hopen::Visitor": "0",
- "Exporter": "0",
- "Import::Into": "0",
- "Path::Class": "0",
- "Test::Deep": "0",
- "Test::Directory": "0",
- "Test::Exception": "0",
- "Test::More": "0",
- "constant": "0",
- "feature": "0",
- "parent": "0",
- "perl": "5.014",
- "rlib": "0",
- "strict": "0",
- "warnings": "0"
}
}
},- "valid_signature": -1,
- "version": "0.000013-TRIAL",
+
"versions": { … +
"lib/App/hopen.pm": { … },+
"lib/App/hopen/AppUtil.pm": { … - "App::hopen::AppUtil": "0.000013"
},+
"lib/App/hopen/Asset.pm": { … - "App::hopen::Asset": "0.000013"
},+
"lib/App/hopen/BuildSystemGlobals.pm": { … - "App::hopen::BuildSystemGlobals": "0.000013"
},+
"lib/App/hopen/G/AssetOp.pm": { … - "App::hopen::G::AssetOp": "0.000013"
},+
"lib/App/hopen/G/Cmd.pm": { … - "App::hopen::G::Cmd": "0.000013"
},+
"lib/App/hopen/G/FilesCmd.pm": { … - "App::hopen::G::FilesCmd": "0.000013"
},+
"lib/App/hopen/G/OutputPerFileCmd.pm": { … - "App::hopen::G::OutputPerFileCmd": "0.000013"
},+
"lib/App/hopen/Gen.pm": { … - "App::hopen::Gen": "0.000013"
},+
"lib/App/hopen/Gen/MSBuild.pm": { … - "App::hopen::Gen::MSBuild": "0.000013"
},+
"lib/App/hopen/Gen/MSBuild/AssetGraphNode.pm": { … - "App::hopen::Gen::MSBuild::AssetGraphNode": "0.000013"
},+
"lib/App/hopen/Gen/Make.pm": { … - "App::hopen::Gen::Make": "0.000013"
},+
"lib/App/hopen/Gen/Make/AssetGraphNode.pm": { … - "App::hopen::Gen::Make::AssetGraphNode": "0.000013"
},+
"lib/App/hopen/Gen/Ninja.pm": { … - "App::hopen::Gen::Ninja": "0.000013"
},+
"lib/App/hopen/Gen/Ninja/AssetGraphNode.pm": { … - "App::hopen::Gen::Ninja::AssetGraphNode": "0.000013"
},+
"lib/App/hopen/H.pm": { … - "App::hopen::H": "0.000013"
},+
"lib/App/hopen/HopenFileKit.pm": { … - "App::hopen::HopenFileKit": "0.000013"
},+
"lib/App/hopen/MYhopen.pm": { … - "App::hopen::MYhopen": "0.000013"
},+
"lib/App/hopen/Phases.pm": { … - "App::hopen::Phases": "0.000013"
},+
"lib/App/hopen/T/Gnu.pm": { … - "App::hopen::T::Gnu": "0.000013"
},+
"lib/App/hopen/T/Gnu/C.pm": { … - "App::hopen::T::Gnu::C": "0.000013"
},+
"lib/App/hopen/T/Gnu/C/CompileCmd.pm": { … - "App::hopen::T::Gnu::C::CompileCmd": "0.000013"
},+
"lib/App/hopen/T/Gnu/C/LinkCmd.pm": { … - "App::hopen::T::Gnu::C::LinkCmd": "0.000013"
},+
"lib/App/hopen/T/MSCL.pm": { … - "App::hopen::T::MSCL": "0.000013"
},+
"lib/App/hopen/T/MSCL/C.pm": { … - "App::hopen::T::MSCL::C": "0.000013"
},+
"lib/App/hopen/T/MSCL/C/CompileCmd.pm": { … - "App::hopen::T::MSCL::C::CompileCmd": "0.000013"
},+
"lib/App/hopen/T/MSCL/C/LinkCmd.pm": { … - "App::hopen::T::MSCL::C::LinkCmd": "0.000013"
},+
"lib/App/hopen/T/VSXML.pm": { … - "App::hopen::T::VSXML": "0.000013"
},+
"lib/App/hopen/TEMPLATE.pm": { … - "App::hopen::TEMPLATE": "0.000013"
},+
"lib/App/hopen/Util.pm": { … - "App::hopen::Util": "0.000013"
},+
"lib/App/hopen/Util/BasedPath.pm": { … - "App::hopen::Util::BasedPath": "0.000013"
},+
"lib/App/hopen/Util/String.pm": { … - "App::hopen::Util::String": "0.000013"
},+
"lib/App/hopen/Util/XML/FromPerl.pm": { … - "App::hopen::Util::XML::FromPerl": "0.02"
}
},- "vname": "App-hopen-0.000013-TRIAL"
}