The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Wubot::Plugin::Directory - monitor a directory for new files

VERSION

version 0.3.1

SYNOPSIS

  ~/wubot/config/plugins/Directory/scifri.yaml

  ---
  path: /Users/wu/Music/iTunes/iTunes Media/Podcasts/Science Friday Audio Podcast
  delay: 15m

DESCRIPTION

This plugin monitors a directory for newly added files. When a new file is found, the message sent will contain the fields:

  file: {filename}
  subject: New: {filename}

SUBROUTINES/METHODS

check( $inputs )

The standard monitor check() method.