Help language development. Donate to The Perl Foundation

Config::DataLang::Refine cpan:MARTIMM last updated on 2023-03-17

META6.json
{
  "name": "Config::DataLang::Refine",
  "auth": "cpan:MARTIMM",
  "authors": "Marcel Timmerman",
  "description": "Refinements on use of configurations loaded with parsers such as found in Config::TOML",
  
  "version": "0.7.5",
  "tags": [ "config"],

  "provides": {
    "Config::DataLang::Refine":     "lib/Config/DataLang/Refine.pm6"
  },

  "depends": [
    "Config::TOML",
    "JSON::Fast"
  ],
  "license": "Artistic-2.0",
  "perl": "6",
  "source-url": "git://github.com/MARTIMM/config-datalang-refine.git"
}