This file is indexed.

/usr/bin/perl6-m is in rakudo 2015.11-2build1.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

1
2
#!/bin/sh
exec /usr/bin/moar  --execname="$0" --libpath="/usr/share/nqp/lib" --libpath="/usr/lib/nqp/lib" --libpath="/usr/share/perl6/lib" --libpath="/usr/share/perl6/runtime" --libpath="/usr/lib/perl6/runtime" --libpath="/usr/lib/perl6/runtime/dynext" /usr/share/perl6/runtime/perl6.moarvm "$@"