aboutsummaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Collapse)AuthorFilesLines
2020-11-15Rename Perl 6 to RakuPatrick Spek3-4/+8
2020-11-12Rewrite modulePatrick Spek2-18/+12
2018-03-28Move Hash::Merge -> Hash::Merge::Augment, new Hash::Merge from Hash::Merge::FPatrick Spek3-3/+3
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 tests for a unit modulePatrick Spek1-0/+59
2017-04-25Fix tests for passing a type object hashSamantha McVey1-3/+3
2017-04-25Add tests for merging into empty hashPatrick Spek1-0/+28
2017-04-25Rename to Hash::MergePatrick Spek1-4/+15
2017-04-24Add support for replacing and not appending the array. Add POD6Samantha McVey1-7/+14
2017-04-24Clean up the code someSamantha McVey1-5/+10
2017-04-24Get array merging functionalitySamantha McVey1-0/+13
2017-04-24Add tests and get order rightSamantha McVey1-0/+18