-
- Distribution: wubot
- Module version: 0.2_002
- Source (raw)
- Browse (raw)
- Changes
- Clone repository
- Issues
- Testers
- Kwalitee
- License: bsd
- Activity
- 24 month
- Tools
- MOBI | EPUB
- Download (180.79Kb) 0
- MetaCPAN Explorer
- Rate this distribution
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- S.C.O
- This version
- Latest version
- Dependencies
- AnyEvent
- AnyEvent::IRC::Client
- AnyEvent::Watchdog
- AnyEvent::Watchdog::Util
- AnyEvent::XMPP::Client
- Astro::MoonPhase
- Astro::Sunrise
- Benchmark
- Capture::Tiny
- Carp
- Class::Load
- Data::ICal
- Data::ICal::Entry::Alarm::Audio
- Data::ICal::Entry::Alarm::Display
- Data::ICal::Entry::Event
- Date::ICal
- Date::Manip
- DateTime
- DBD::SQLite
- DBI
- Devel::StackTrace
- Device::SerialPort
- Digest::MD5
- Encode
- Fcntl
- File::Basename
- File::chdir
- File::Path
- File::Spec
- FileHandle
- FindBin
- Getopt::Long
- HTML::Strip
- HTML::TableExtract
- HTML::TokeParser::Simple
- HTTP::Message
- Log::Log4perl
- LWP::Simple
- LWP::UserAgent
- Mail::MboxParser
- Maildir::Lite
- MIME::Base64
- MIME::Entity
- Mojo::Base
- Moose
- Moose::Role
- Net::TiVo
- Net::Twitter::Lite
- POSIX
- RRD::Simple
- RRDs
- Scalar::Util
- SQL::Abstract
- Storable
- strict
- Sys::Hostname
- Term::ANSIColor
- Text::Template
- URI::Escape
- warnings
- XML::Atom::SimpleFeed
- XML::Feed
- XML::RSS
- XML::Twig
- YAML
- YAML::XS
- CPAN Testers List
- Reverse dependencies
wubot-0.2_002
NAME
Wubot::Reactor::DeleteField - remove a field from the message
VERSION
version 0.2_002
SYNOPSIS
- name: delete field 'x' from the message
plugin: DeleteField
config:
field: x
DESCRIPTION
Removes a field and its value from a message.
Module Install Instructions
To install Wubot::Reactor::DeleteField, simply copy and paste either of the commands in to your terminal
cpanm Wubot::Reactor::DeleteField
perl -MCPAN -e shell install Wubot::Reactor::DeleteField
For more information on module installation please visit the detailed CPAN module installation guide.