The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Template::Plugin::Text::Widont - A Template Toolkit filter for removing typographic widows

SYNOPSIS

    [% USE Text::Widont nbsp => 'html' %]
    [% "If the world didn't suck, we'd all fall off" | widont %]

DESCRIPTION

Template::Plugin::Text::Widont provides a simple Template Toolkit filter interface to the Text::Widont module.

See the NON-BREAKING SPACE TYPES section in Text::Widont's documentation for more information about available values for nbsp.

METHODS

init

Overrides the method from Template::Plugin::Filter.

filter

Overrides the method from Template::Plugin::Filter.

SEE ALSO

Template, Template::Plugin::Filter, Text::Widont

DEPENDENCIES

BUGS

Please report any bugs or feature requests to bug-template-plugin-text-widont at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Template-Plugin-Text-Widont.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Template::Plugin::Text::Widont

You may also look for information at:

AUTHOR

Dave Cardwell <dcardwell@cpan.org>

COPYRIGHT AND LICENSE

Copyright (c) 2007 Dave Cardwell. All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.