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::YAML - Plugin interface to YAML

SYNOPSIS

    [% USE YAML %]

    [% YAML.dump(variable) %]
    [% YAML.dump_html(variable) %]
    [% value = YAML.undump(yaml_string) %]
    [% YAML.dumpfile(filename, variable) %]
    [% value = YAML.undumpfile(filename) %]

INSTALLATION

 perl Makefile.PL
 make test

and if all goes well

 make install

HISTORY

What changed over the last 3 revisions

1.23 15th December, 2008
        Fix the tests so we don't rely on golden output.  Should fix
        most of the failing smoke cases.
1.22 29th August, 2003
        Adds undump, dumpfile, undumpfile as provided by Randal L. Schwartz
1.21 30th July, 2003
        Initial CPAN release
=back

AUTHORS

Richard Clamp <richardc@unixbeard.net>, with undump, undumpfile, and dumpfile implementation by Randal L. Schwartz <merlyn@stonehenge.com>

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

COPYRIGHT

Copyright 2003, 2008 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 49:

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