NAME
check_qml.pl - Check a QML file for some of the coding conventions described at http://doc.qt.digia.com/qt/qml-coding-conventions.html
SYNOPSIS
perl check_qml.pl TestComponent.qml
DESCRIPTION
Check a QML file for some of the coding conventions described at http://doc.qt.digia.com/qt/qml-coding-conventions.html. Specifically, this script checks the following things:
- The ordering of the ID, properties, signals, functions, and child objects within a QML file.
- Grouping of three or more anchors.* or font.* properties
- Duplicate import statements
SEE ALSO
QML::File - Basic parsing of the high-level structure of QML files.
AUTHOR
Zachary Blair, <zblair@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2013 by Zachary D. Blair
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 111:
'=item' outside of any '=over'
- Around line 117:
You forgot a '=back' before '=head1'