1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
#! /usr/bin/env perl6 use v6.d; my %*SUB-MAIN-OPTS = :named-anywhere, ; use Dist::Maker::Bin; =begin pod =NAME rdm =AUTHOR Patrick Spek <p.spek@tyil.work> =VERSION 0.0.0 =head1 Synopsis =head1 Description =head1 Examples =head1 See also =end pod # vim: ft=perl6 noet