/usr/share/mgm/modules/linux/phoon is in mgm 1.1.svn.20080520-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 | # -*-Perl-*-
my$ret=do "$main::moddir/share/phoon";
die ($@) unless (defined($ret));
$ret;
|