https://github.com/biosails/hpc-runner-utils-manyconfigs
https://github.com/biosails/hpc-runner-utils-manyconfigs
hpc workflow-management
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/biosails/hpc-runner-utils-manyconfigs
- Owner: biosails
- License: other
- Created: 2017-03-12T04:57:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-29T06:39:39.000Z (about 9 years ago)
- Last Synced: 2025-10-22T07:54:58.911Z (8 months ago)
- Topics: hpc, workflow-management
- Language: Perl
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
# NAME
HPC::Runner::Command::Utils::ManyConfigs - Load many layered configs
# SYNOPSIS
use Moose;
with 'HPC::Runner::Command::Utils::ManyConfigs';
#Specify search_paths with --search_path
#Specify config base with --config_base
# DESCRIPTION
HPC::Runner::Command::Utils::ManyConfigs are just some helper utilities to make it easier to layer config files
It is in the HPC::Runner::Command namespace, but it is meant to be portable for any MooseX::App.
# AUTHOR
Jillian Rowe
# COPYRIGHT
Copyright 2017- Jillian Rowe
# LICENSE
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
# SEE ALSO