#============================================================= -*-perl-*-
#
# Template::Manual::Plugins
#
# AUTHOR
# Andy Wardley
#
# COPYRIGHT
# Copyright (C) 1996-2022 Andy Wardley. All Rights Reserved.
#
# This module is free software; you can redistribute it and/or
# modify it under the same terms as Perl itself.
#
#========================================================================
=head1 NAME
Template::Manual::Plugins - Standard plugins
=head1 TEMPLATE TOOLKIT PLUGINS
The following plugin modules are distributed with the Template
Toolkit. Some of the plugins interface to external modules (detailed
below) which should be downloaded from any CPAN site and installed
before using the plugin.
=head2 Assert
New in 2.20! The L plugin adds an
C virtual method that you can use to catch undefined values.
For example, consider this dotop:
[% user.name %]
If C is an undefined value then TT will silently ignore the
fact and print nothing. If you C