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" + } +}