The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Template::Plugin::YAML - Plugin interface to YAML

SYNOPSIS

    [% USE YAML %]

    [% YAML.dump(variable) %]
    [% YAML.dump_html(variable) %]

DEPENDENCIES

This module has external dependencies on the following modules:

 Template
 Test::More
 YAML

INSTALLATION

 perl Build.PL
 perl Build test

and if all goes well

 perl Build install

HISTORY

What changed over the last 3 revisions

1.21 30th July, 2003
        Initial CPAN release
=back

AUTHOR

Richard Clamp <richardc@unixbeard.net>

based on Simon Matthews' Template::Plugin::Dumper

COPYRIGHT

Copyright 2003 Richard Clamp All Rights Reserved.

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

SEE ALSO

Template::Plugin::Dumper

1 POD Error

The following errors were encountered while parsing the POD:

Around line 43:

You forgot a '=back' before '=head1'