NAME

Statocles::Help::Error - A guide to fixing errors from Statocles

VERSION

version 0.098

DESCRIPTION

This document shows various error messages that can be generated by Statocles and suggests possible fixes for them.

ERRORS

Could not load config file ...

Your configuration file cannot be parsed. Some common reasons for that are:

Invalid indentation

If the error includes did not find expected key, you may have a problem with your indentation levels. Check your indentation levels to ensure they match up correctly.

Tabs instead of spaces

If the error includes found character that cannot start any token, you may have a Tab character for indentation. YAML does not allow tabs for indentation.

AUTHOR

Doug Bell <preaction@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 by Doug Bell.

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