logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Nik Clayton, "<nik@FreeBSD.org>"

Bugs

       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.

Description

       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.

Name

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

Synopsis

         [% 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 %]

Version

       Version 0.01

See Also