aboutsummaryrefslogtreecommitdiff
path: root/.config/rdm/templates/provide.raku
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-02-05 11:18:53 +0100
committerPatrick Spek <p.spek@tyil.nl>2020-02-05 11:18:53 +0100
commitd44c8f5d59e890a243983075ac3901cfae17ceba (patch)
tree3d9004f626f447ca78158425e720b6c3fe530ae6 /.config/rdm/templates/provide.raku
parent305b2d5cc0f82686b8d7844a78777dc2287319f7 (diff)
Add Dist::Maker configuration
Diffstat (limited to '.config/rdm/templates/provide.raku')
-rw-r--r--.config/rdm/templates/provide.raku15
1 files changed, 15 insertions, 0 deletions
diff --git a/.config/rdm/templates/provide.raku b/.config/rdm/templates/provide.raku
new file mode 100644
index 0000000..19d944f
--- /dev/null
+++ b/.config/rdm/templates/provide.raku
@@ -0,0 +1,15 @@
+#! /usr/bin/env false
+
+use v{{ meta.perl }};
+
+{{ body }}
+
+=begin pod
+
+=NAME {{ this.provide }}
+=AUTHOR Patrick Spek <p.spek@tyil.work>
+=VERSION {{ meta.version }}
+
+=end pod
+
+# vim: ft=raku noet sw=8 ts=8