Provided by: libpadre-plugin-yaml-perl_0.10-1_all 

NAME
Padre::Plugin::YAML::Document - YAML support for Padre The Perl IDE
VERSION
version: 0.10
DESCRIPTION
YAML support for Padre, the Perl Application Development and Re-factoring Environment.
# Called by padre to know which document to register for this plugin
sub registered_documents {
return (
'text/x-yaml' => 'Padre::Plugin::YAML::Document',
);
}
Syntax highlighting for YAML is supported by Padre out of the box. This plug-in adds some more features
to deal with YAML files.
BUGS AND LIMITATIONS
No bugs have been reported.
METHODS
• comment_lines_str
• task_functions
• task_outline
• task_syntax
AUTHOR
See Padre::Plugin::YAML
CONTRIBUTORS
See Padre::Plugin::YAML
COPYRIGHT
See Padre::Plugin::YAML
LICENSE
See Padre::Plugin::YAML
perl v5.18.1 2013-10-09 Padre::Plugin::YAML::Document(3pm)