diff options
author | Patrick Spek <p.spek@tyil.nl> | 2018-03-28 14:34:24 +0200 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2018-03-28 14:34:33 +0200 |
commit | 09a8131c63667d9de9ee3921e7f877c09c9092c8 (patch) | |
tree | ba6b4107c59fa10678d2e1057f2672c494fa78ac /META6.json | |
parent | 3cf9f5e0c5180d21cce9ec3a2650d6200ac3c2b4 (diff) | |
download | hash-merge-09a8131c63667d9de9ee3921e7f877c09c9092c8.tar.gz hash-merge-09a8131c63667d9de9ee3921e7f877c09c9092c8.tar.bz2 |
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*.
Diffstat (limited to 'META6.json')
-rw-r--r-- | META6.json | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -10,10 +10,10 @@ "description": "Module to add deep merge functionality to Hashes", "license": "Artistic-2.0", "name": "Hash::Merge", - "perl": "6", + "perl": "6.c", "provides": { "Hash::Merge": "lib/Hash/Merge.pm6", - "Hash::Merge::Unit": "lib/Hash/Merge/Unit.pm6" + "Hash::Merge::Augment": "lib/Hash/Merge/Augment.pm6" }, "source-url": "https://github.com/scriptkitties/p6-Hash-Merge.git", "tags": [ @@ -23,5 +23,6 @@ "test-depends": [ "Test::META" ], + "api": "1", "version": "0.2.0" } |