NAME

Syntax::Kamelon::Syntaxes - List of available syntaxes

LIST

This is a list of all included syntax definition files in this release $kam_version of Syntax::Kamelon. Please note that the names may contain spaces.

    __EOF

    for (sort keys %sections) { my $sct = $_; print "=item $sct\n\n"; print " --NAME--"; for (9 .. $tab) { print " " } print "--VERSION--\n"; my $synt_hash = $sections{$sct}; for (sort keys %$synt_hash) { my $nme = $_; my $out = " $nme"; for (length($out) .. $tab) { $out = $out . " "; } $out = $out . $synt_hash->{$nme}; print "$out\n"; } print "\n"; }

    print <<__EOF; =back

AUTHOR AND COPYRIGHT

This module is written and maintained by:

Hans Jeuken < hansjeuken at xs4all dot nl>

Copyright (c) 2017 by Hans Jeuken, all rights reserved.

Published under the GPLV3 license

SEE ALSO

Syntax::Kamelon, Syntax::Kamelon::Builder, Syntax::Kamelon::Debugger, Syntax::Kamelon::Diagnostics, Syntax::Kamelon::XMLData, Syntax::Kamelon::Format::Base, Syntax::Kamelon::Format::ANSI, Syntax::Kamelon::Format:HTML4

1 POD Error

The following errors were encountered while parsing the POD:

Around line 72:

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