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

NAME

Plagger::Plugin::Filter::ExtractAuthorName - Extract author's name from RSS 2.0 <author> field

SYNOPSIS

  - module: Filter::ExtractAuthorName

DESCRIPTION

This plugin extracts author's actual name from RSS 2.0 author field. In RSS 2.0 (or 0.91), you need to write:

  <author>lawyer@example.com (Lawyer Boyer)</author>

but typically you just want the name, Lawyer Boyer and ditch the email address. This plugin uses Email::Address module to extract the name part, if any.

AUTHOR

Tatsuhiko Miyagawa

SEE ALSO

Plagger, Email::Address