Sat Dec 10 10:14:20 2016shawnhcorey [...] gmail.com - Ticket created
Subject:
Feature Request: Watching Dirs Other Than CWD
Date:
Sat, 10 Dec 2016 10:13:04 -0500
To:
bug-Dir-Watch [...] rt.cpan.org
From:
Shawn H Corey <shawnhcorey [...] gmail.com>
Would it be possible for Dir::Watch::new to accept a path to a
directory so that any can be monitored?
eg:
my $home_dir_watch = Dir::Watch->new( { dir => $ENV{HOME} } );
if( $home_dir_watch->check ){
say "Your home has changed.";
}
--
Don't stop where the ink does.
Shawn H Corey