#!/usr/local/cpanel/3rdparty/bin/perl
require Linux::Inotify2;
my $inotify = Linux::Inotify2->new();
print 'inotify ok';
