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

NAME

Padre::Plugin::YAML::Syntax - YAML document syntax-checking in the background

VERSION

This document describes Padre::Plugin::YAML::Syntax version 0.05

DESCRIPTION

This class implements syntax checking of YAML documents in the background. It inherits from Padre::Task::Syntax. Please read its documentation.

BUGS AND LIMITATIONS

Now using YAML::XS

    supports %TAG = %YAML 1.1 or no %TAG 

If you receive "Unknown YAML error" please inform dev's with sample code that causes this, Thanks.

METHODS

  • new

  • run

  • syntax

AUTHOR

Zeno Gantner <zenog@cpan.org>

CONTRIBUTORS

Kevin Dawson <bowtie@cpan.org>

Ahmad M. Zawawi <ahmad.zawawi@gmail.com>

LICENCE AND COPYRIGHT

Copyright (c) 2011-2012, Zeno Gantner <zenog@cpan.org>. 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.