summaryrefslogtreecommitdiff
path: root/bin/inotify-hookable
blob: 14e585e1eaf5ee98c910e09b6deb45e514beace0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/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