Template::Plugin::Clickable::Email - Make email addresses in to HTML links


Template-Plugin-Clickable-Email documentation  | view source Contained in the Template-Plugin-Clickable-Email distribution.

Index


NAME

Top

Template::Plugin::Clickable::Email - Make email addresses in to HTML links

VERSION

Top

Version 0.01

SYNOPSIS

Top

  [% USE link_emails = Clickable::Email %]

Then

  [% text | $link_emails %]

or

  [% FILTER $link_emails %]
  <p>Some text that contains an address: nik@FreeBSD.org.</p>
  [% END %]

DESCRIPTION

Top

Template::Plugin::Clickable::Email converts any e-mail addresses found in the filtered text in to HTML mailto: links.

This module uses Email::Find, see the documentation for that module for caveats relating to how addresses are parsed, and why some false positives may occur.

AUTHOR

Top

Nik Clayton, <nik@FreeBSD.org>

BUGS

Top

Please report any bugs or feature requests to bug-template-plugin-clickable-email@rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Template-Plugin-Clickable-Email. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

COPYRIGHT & LICENSE

Top


Template-Plugin-Clickable-Email documentation  | view source Contained in the Template-Plugin-Clickable-Email distribution.