This file is indexed.

/usr/lib/perl6/sources/FBA542C3C62C08EB82C1F4D25BE7B4696F41B923 is in rakudo 2018.03-1.

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

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
# shorthand for loading Telemetry and starting a snapper

use Telemetry <safe-ctrl-c snapper>;

safe-ctrl-c;
snapper( %*ENV<RAKUDO_SNAPPER> // 0.1 );

# vim: ft=perl6 expandtab sw=4