# PODNAME: Statocles::Help::Error
# ABSTRACT: A guide to fixing errors from Statocles
__END__
=pod
=encoding UTF-8
=head1 NAME
Statocles::Help::Error - A guide to fixing errors from Statocles
=head1 VERSION
version 0.098
=head1 DESCRIPTION
This document shows various error messages that can be generated by Statocles
and suggests possible fixes for them.
=head1 ERRORS
=head2 Could not load config file ...
Your configuration file cannot be parsed. Some common reasons for that are:
=over 4
=item Invalid indentation
If the error includes C<did not find expected key>, you may have a problem with
your indentation levels. Check your indentation levels to ensure they match up
correctly.
=item Tabs instead of spaces
If the error includes C<found character that cannot start any token>, you may
have a C<Tab> character for indentation. YAML does not allow tabs for
indentation.
=back
=head1 AUTHOR
Doug Bell <preaction@cpan.org>
=head1 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.
=cut