aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-11-12Bump version to 3.0.1v3.0.1Patrick Spek6-6/+6
2020-11-12.clone the data hashPatrick Spek1-1/+1
2020-07-12Substitute - to _ in env variable readsPatrick Spek1-0/+1
2020-07-12Add read method based on a single stringPatrick Spek1-1/+12
2020-07-12Reorder autoloadsPatrick Spek1-1/+1
2020-07-12Change XDG file lookup to a globPatrick Spek1-3/+5
2020-07-12Update perl6 references to rakuPatrick Spek1-1/+1
2020-07-12Use rakumod extensionPatrick Spek3-0/+0
2020-07-12Remove stale filesPatrick Spek3-39/+0
2020-07-12Overhaul Config to 3.0.0Patrick Spek8-264/+653
2019-07-14Attempt to allow IO::Path for path based argumentsPatrick Spek2-12/+47
2018-08-26Add .clone methodPatrick Spek1-2/+8
2018-08-26Return self on .readPatrick Spek1-213/+211
2018-03-28Update to use newer Hash::MergePatrick Spek1-1/+1
2018-03-21Remove redundant say statementPatrick Spek1-1/+0
2018-03-20Fix :delete adverbPatrick Spek1-0/+21
2017-11-22Move some code around and add doc to keys methodPatrick Spek1-14/+15
2017-11-22Implement .keys methodPatrick Spek1-0/+25
2017-07-29Add skip-not-found toggle to .read when called with (Str, Str, Bool)v1.2.1Patrick Spek1-3/+6
2017-07-29Add tests for reading a List of filesPatrick Spek1-3/+3
2017-07-29Use the correct self reference instead of $selfPatrick Spek1-5/+5
2017-07-29Use the correct type Bool instead of boolPatrick Spek1-1/+1
2017-07-29Initial draft for associative indexingPatrick Spek1-1/+26
2017-07-29Add a fallback method in case the key for .get is NilPatrick Spek1-0/+7
2017-07-29Make the read method return False if no files were loadedPatrick Spek1-3/+8
2017-04-27Update method sigs, type checking and testsPatrick Spek3-40/+9
2017-04-26Add Config::Parser::NULL for testcasesPatrick Spek3-7/+51
2017-04-26Fix thrown exceptionPatrick Spek1-1/+1
2017-04-26Fix the easy bugsPatrick Spek1-14/+16
2017-04-26Add a get without params to get the entire config hashPatrick Spek1-0/+6
2017-04-26Initialize path and parser with empty stringPatrick Spek1-2/+2
2017-04-26Add a multi method set() that accepts an array for the keyPatrick Spek1-2/+7
2017-04-26Add a multi method has() that accepts an array paramPatrick Spek1-15/+12
2017-04-26Add some additional commentsPatrick Spek1-4/+33
2017-04-26Add a .clear() to clear the configPatrick Spek1-0/+7
2017-04-26Make .read() merge the hashes and allow an array of paths to loadPatrick Spek1-2/+12
2017-04-24Update exceptions with more meaningful messagesPatrick Spek7-21/+47
2017-04-24Sort Config methods alphabeticallyPatrick Spek1-57/+57
2017-04-23Remove the \? in some method signaturesv1.0.0Patrick Spek1-4/+4
2017-04-23Add multi get() to accept arraysPatrick Spek1-1/+14
2017-04-23Remove $_ in favor of a named varPatrick Spek1-9/+9
2017-04-23Clear precomp filesPatrick Spek27-14/+0
2017-04-23Initial commitPatrick Spek34-0/+202