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