pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Config-Onion



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Mar 23 07:42:07 UTC 2020

Modified Files:
        pkgsrc/devel/p5-Config-Onion: DESCR

Log Message:
p5-Config-Onion: fill in DESCR


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/p5-Config-Onion/DESCR

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-Config-Onion/DESCR
diff -u pkgsrc/devel/p5-Config-Onion/DESCR:1.1 pkgsrc/devel/p5-Config-Onion/DESCR:1.2
--- pkgsrc/devel/p5-Config-Onion/DESCR:1.1      Mon Mar 23 02:28:24 2020
+++ pkgsrc/devel/p5-Config-Onion/DESCR  Mon Mar 23 07:42:07 2020
@@ -1,2 +1,12 @@
-TODO: Fill in a short description of the package.
-TODO: It should be between 3 and 20 lines.
+All too often, configuration is not a universal or one-time thing,
+yet most configuration-handling treats it as such. Perhaps you can
+only load one config file. If you can load more than one, you often
+have to load all of them at the same time or each is stored completely
+independently, preventing one from being able to override another.
+Config::Onion changes that.
+
+Config::Onion stores all configuration settings in four layers:
+Defaults, Main, Local, and Override. Each layer can be added to as
+many times as you like. Within each layer, settings which are given
+multiple times will take the last specified value, while those
+which are not repeated will remain untouched.



Home | Main Index | Thread Index | Old Index