From a61ae7b65cb97fb3df7147e67f9ce9320feb9c4e Mon Sep 17 00:00:00 2001 From: swaggboi Date: Mon, 13 Nov 2023 22:02:31 -0500 Subject: [PATCH] Add META6.json --- META6.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 META6.json diff --git a/META6.json b/META6.json new file mode 100644 index 0000000..836c824 --- /dev/null +++ b/META6.json @@ -0,0 +1,12 @@ +{ + "name": "Pastes-Bin", + "depends": [ + "Humming-Bird", + "Template::Mustache", + "DBIish", + "DB::Migration::Simple" + ], + "provides": { + "Pastes-Bin": "lib/Pastes-Bin.rakumod" + } +}