NAME Dir::Watch - Watches the current directory for file additions or removals. VERSION Version 0.0.0 SYNOPSIS use Dir::Watch; $dirwatch=Dir::Watch->new; if($dirwatch->check){ print "There are new items\n"; } METHODS new This initiates the object. $dirwatch=Dir::Watch->new; check This checks for a new directories or files. If any thing has been added or removed, true is returned. If nothing has been added or removed, false is returned. if(!$dirwatch->check){ print "There have been either files/directories added or removed.\n"; }
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
State Changed From-To: open->feedback could you please provide a better description for the pkg-descr. in fact nobody know what do you want to tell with that ..
State Changed From-To: feedback->closed New port added, with minor changes. Thanks!
miwi 2009-12-24 22:14:20 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Dir-Watch Makefile distinfo pkg-descr pkg-plist Log: Checks for dir/file addition/removals in the current directory. WWW: http://search.cpan.org/dist/Dir-Watch/ PR: ports/141754 Submitted by: Zane C, Bowers <vvelox at vvelox.net> Revision Changes Path 1.3723 +1 -0 ports/devel/Makefile 1.1 +22 -0 ports/devel/p5-Dir-Watch/Makefile (new) 1.1 +3 -0 ports/devel/p5-Dir-Watch/distinfo (new) 1.1 +3 -0 ports/devel/p5-Dir-Watch/pkg-descr (new) 1.1 +6 -0 ports/devel/p5-Dir-Watch/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"