The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/env perl
package main;
BEGIN {
  $main::AUTHORITY = 'cpan:AVAR';
}
{
  $main::VERSION = '0.09';
}
use strict;
use warnings;
use App::Inotify::Hookable;

App::Inotify::Hookable->new_with_options->run;

=head1 NAME

inotify-hookable - See L<App::Inotify::Hookable> for documentation

=cut