aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2020-02-04Remove useless warningPatrick Spek1-2/+2
This warning serves no value, but it pops up during testing, which confused an end user. Thus, it is being removed.
2018-03-28Move Hash::Merge -> Hash::Merge::Augment, new Hash::Merge from Hash::Merge::FPatrick Spek3-109/+109
Original Hash::Merge is incredibly slow due to the MONKEY. This is someone that is very unlikely to be what people want. App::Assixt reports parse time to go from 13s to 7s on first run, 13s to 0.3s on subsequent runs, which is *massive*.
2018-03-28Add Hash::Merge::UnitPatrick Spek1-0/+60
2018-03-14Add no precompilation pragmaPatrick Spek1-1/+7
Fixes #1
2017-04-25Use MONKEY-TYPING instead of enabling all MONKEY'sSamantha McVey1-1/+1
2017-04-25Fix tests for passing a type object hashSamantha McVey1-1/+5
2017-04-25Clean up code some with a given whenSamantha McVey1-15/+17
2017-04-25Rename to Hash::MergePatrick Spek1-0/+0
2017-04-25Reformat code to my likingPatrick Spek1-12/+19
2017-04-24POD6 updatesSamantha McVey1-6/+10
2017-04-24Add support for replacing and not appending the array. Add POD6Samantha McVey1-10/+18
2017-04-24Clean up the code someSamantha McVey1-3/+0
2017-04-24Get array merging functionalitySamantha McVey1-5/+22
2017-04-24Add tests and get order rightSamantha McVey1-0/+18