Module::cpmfile − Parse cpmfile
use
Module::cpmfile;
my $cpmfile =
Module::cpmfile−>load("cpm.yml");
my $reqs = $cpmfile−>effective_requirements(undef,
["runtime"], ["requires"]);
THIS IS EXPERIMENTAL.
cpmfile (usually saved as "cpm.yml") is yet another file format for describing module dependencies, and Module::cpmfile helps you parse it.
The JSON Schema for cpmfile is available at jsonschema.json <https://github.com/skaji/cpmfile/blob/main/jsonschema.json>.
cpmfile will be used mainly by App::cpm.
cpanfile
Module::CPANfile
App::cpm
Shoichi Kaji <[email protected]>
Copyright 2021 Shoichi Kaji <[email protected]>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.