RakuDist doesn't support this feature in the way I had hoped
Update usage documentation
Bring the other sub in line too
Remove reference to unused exception
Perform prove6 test on all branches
Move Hash::Merge -> Hash::Merge::Augment, new Hash::Merge from Hash::Merge::F
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*.
Add tests for a unit module
Update Travis config to use rakudo-pkg
Merge branch 'master' of github.com:scriptkitties/p6-Hash-Merge
Merge pull request #4 from scriptkitties/hotfix/no-precompilation
Add no precompilation pragma
Update travis testing targets
It seems zef doesn't install properly with the older Perl 6 releases
anymore, making our tests fail.